getexpress(), fix lvalue
This commit is contained in:
parent
632829575b
commit
44c5410490
|
|
@ -1347,7 +1347,7 @@ getexpress(const char * const s, SPICE_DSTRINGPTR tstr_p, const char **pi)
|
||||||
char c, d;
|
char c, d;
|
||||||
nupa_type tpe;
|
nupa_type tpe;
|
||||||
|
|
||||||
(ls_ptr - s) = (int) strlen(s);
|
ls_ptr = s + strlen(s);
|
||||||
ia = (int) (iptr - s) + 1;
|
ia = (int) (iptr - s) + 1;
|
||||||
|
|
||||||
while ((ia < (ls_ptr - s)) && (s[ia - 1] <= ' '))
|
while ((ia < (ls_ptr - s)) && (s[ia - 1] <= ' '))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue