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

This commit is contained in:
rlar 2016-05-14 13:56:55 +02:00
parent 571909b8b6
commit 55e7fa269a
1 changed files with 1 additions and 1 deletions

View File

@ -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"); err = message(dico, "Closing \"}\" not found.\n");
} else { } else {
/* exeption made for .meas */ /* exeption made for .meas */