getexpress(), break
This commit is contained in:
parent
9ace8b161f
commit
f87c629e1b
|
|
@ -1390,9 +1390,9 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
|
||||||
p++;
|
p++;
|
||||||
|
|
||||||
if (p >= ls_ptr)
|
if (p >= ls_ptr)
|
||||||
d = '\0';
|
break;
|
||||||
else
|
|
||||||
d = *p;
|
d = *p;
|
||||||
|
|
||||||
if (d == '(')
|
if (d == '(')
|
||||||
level++;
|
level++;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue