quote correction
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
int is_meta(char c)
|
||||
{
|
||||
if (c == '&' || c == '|' || c == '<' || c == '>' || c == '(' || c == ')'
|
||||
|| c == '"' || c == 39 || c == ';' || c == '{' || c == '}' || c == '['
|
||||
|| c == ';' || c == '{' || c == '}' || c == '['
|
||||
|| c == ']')
|
||||
return (1);
|
||||
return (0);
|
||||
|
||||
Reference in New Issue
Block a user