strip white spaces only inside parens
This commit is contained in:
parent
e4091fd55c
commit
d0e43bed69
|
|
@ -507,7 +507,7 @@ gettoks(char *s)
|
||||||
list = NULL;
|
list = NULL;
|
||||||
prevp = &list;
|
prevp = &list;
|
||||||
|
|
||||||
s = stripWhiteSpacesInsideParens(s);
|
if (strstr( s, "(" )) s = stripWhiteSpacesInsideParens(s);
|
||||||
while ((t = gettok(&s))) {
|
while ((t = gettok(&s))) {
|
||||||
if (*t == '(')
|
if (*t == '(')
|
||||||
continue;
|
continue;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue