diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/lex.c b/Src/lex.c index 0c16db60c..f5c8d7bdd 100644 --- a/Src/lex.c +++ b/Src/lex.c @@ -1190,7 +1190,7 @@ gettokstr(int c, int sub) goto brk; } e = hgetc(); - if (e != '\'' || unset(RCQUOTES)) + if (e != '\'' || unset(RCQUOTES) || strquote) break; add(c); } |