commit | a93fa7ee7856b54d3778e613c7b7e4b76aaeb2af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 22:14:47 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 17 22:14:47 2006 +0000 |
tree | 4797f43c4e1694903d93da1b61ba972955cb6aad | |
parent | b21e5843e53d3582df5f521f57e7e52e83d51d10 [diff] [blame] |
updated for version 7.0e01
diff --git a/src/gui_w48.c b/src/gui_w48.c index ef1e071..f417c72 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c
@@ -3612,7 +3612,7 @@ { /* Backslashes are only special when followed by a double * quote. */ - i = strspn(p, "\\"); + i = (int)strspn(p, "\\"); if (p[i] == '"') { /* Halve the number of backslashes. */