nupa_substitute(), at the end of the loop d === *kptr
This commit is contained in:
parent
571909b8b6
commit
55e7fa269a
|
|
@ -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…
Reference in New Issue