nupa_assignment(), cleanup
This commit is contained in:
parent
8bded8b878
commit
66433eda0b
|
|
@ -1458,9 +1458,7 @@ nupa_assignment(dico_t *dico, const char * const s, char mode)
|
|||
if (p > s_end)
|
||||
error = message(dico, " = sign expected.\n");
|
||||
|
||||
const char *tmp = p;
|
||||
tmp = getexpress(&dtype, &ustr, tmp) + 1;
|
||||
p = tmp;
|
||||
p = getexpress(&dtype, &ustr, p) + 1;
|
||||
|
||||
if (dtype == NUPA_REAL) {
|
||||
const char *tmp = spice_dstring_value(&ustr);
|
||||
|
|
|
|||
Loading…
Reference in New Issue