Browse Source

nupa_substitute(), at the end of the loop d === *kptr

pre-master-46
rlar 10 years ago
parent
commit
55e7fa269a
  1. 2
      src/frontend/numparam/xpressn.c

2
src/frontend/numparam/xpressn.c

@ -1217,7 +1217,7 @@ nupa_substitute(dico_t *dico, const char *s, char *r)
}
}
if (d == '\0') {
if (*kptr == '\0') {
err = message(dico, "Closing \"}\" not found.\n");
} else {
/* exeption made for .meas */

Loading…
Cancel
Save