should only check for ending quote character in locale data if it began with a quote
This commit is contained in:
parent
70290b8c2b
commit
9b882c097b
@ -203,10 +203,10 @@ static void lookup_getstringtoken(struct lexer *lex, struct strref *token)
|
||||
if (*token->array == '"') {
|
||||
token->array++;
|
||||
token->len--;
|
||||
}
|
||||
|
||||
if (*(temp-1) == '"')
|
||||
token->len--;
|
||||
if (*(temp-1) == '"')
|
||||
token->len--;
|
||||
}
|
||||
|
||||
lex->offset = temp;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user