diff src/search.c @ 333:18f024844150 v7.0086

updated for version 7.0086
author vimboss
date Thu, 16 Jun 2005 21:59:56 +0000
parents 006e9c8a6a8a
children 6c62b9b939bd
line wrap: on
line diff
--- a/src/search.c
+++ b/src/search.c
@@ -2224,7 +2224,7 @@ check_linecomment(line)
 	    int instr = FALSE;	/* inside of string */
 
 	    p = line;		/* scan from start */
-	    while ((p = vim_strpbrk(p, "\";")) != NULL)
+	    while ((p = vim_strpbrk(p, (char_u *)"\";")) != NULL)
 	    {
 		if (*p == '"')
 		{