getexpress(), break

This commit is contained in:
rlar 2017-11-18 12:21:32 +01:00
parent 9ace8b161f
commit f87c629e1b
1 changed files with 3 additions and 3 deletions

View File

@ -1390,8 +1390,8 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
p++;
if (p >= ls_ptr)
d = '\0';
else
break;
d = *p;
if (d == '(')