Merge branch '2.1' into 2.2
This commit is contained in:
@ -1251,7 +1251,7 @@ static void skip_token(const char** saved)
|
||||
{
|
||||
const char* ptr = *saved;
|
||||
|
||||
while (*ptr && !isspace(*ptr))
|
||||
while (*ptr && !isspace(*ptr) && *ptr != '(' && *ptr != '.')
|
||||
{
|
||||
ptr++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user