getexpress(), always true

This commit is contained in:
rlar 2017-11-18 12:22:45 +01:00
parent f87c629e1b
commit 0cc72ae3c1
1 changed files with 1 additions and 1 deletions

View File

@ -1399,7 +1399,7 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
else if (d == ')') else if (d == ')')
level--; level--;
} while ((p < ls_ptr) && !((d == ')') && (level <= 0))); } while (!((d == ')') && (level <= 0)));
} }
} while (!strchr(",;)}", c)); /* legal separators */ } while (!strchr(",;)}", c)); /* legal separators */