nupa_assignment(), cleanup

This commit is contained in:
rlar 2017-11-18 15:34:08 +01:00
parent 8bded8b878
commit 66433eda0b
1 changed files with 1 additions and 3 deletions

View File

@ -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);