Broke print in last commit, fixed
This commit is contained in:
parent
a8713fb367
commit
a0712ae1e8
@ -42,7 +42,7 @@ char *process_line(char *line)
|
||||
{
|
||||
char *parsed;
|
||||
tok_srch = strtok(NULL, "\"");
|
||||
if(strtok(NULL, "\"") == NULL)
|
||||
if(tok_srch == NULL)
|
||||
syn_error("ss:error:print syntax error, missing quote?");
|
||||
|
||||
parsed = parse_vars(tok_srch);
|
||||
|
Loading…
x
Reference in New Issue
Block a user