getexpress(), fix lvalue

This commit is contained in:
rlar 2016-05-01 16:09:53 +02:00
parent 632829575b
commit 44c5410490
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
char c, d;
nupa_type tpe;
(ls_ptr - s) = (int) strlen(s);
ls_ptr = s + strlen(s);
ia = (int) (iptr - s) + 1;
while ((ia < (ls_ptr - s)) && (s[ia - 1] <= ' '))