litle edit
This commit is contained in:
@@ -57,7 +57,7 @@ int skip_quote(char *str)
|
|||||||
if (!str[1])
|
if (!str[1])
|
||||||
return 0;
|
return 0;
|
||||||
i = 1;
|
i = 1;
|
||||||
while(str[i] && (str[i] != '\'' || str[i] != '"'))
|
while(str[i] && str[i] != '\'' && str[i] != '"')
|
||||||
i++;
|
i++;
|
||||||
return (i);
|
return (i);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user