Make error message more verbose by a hint to the line (fragment).
This commit is contained in:
parent
c12296182c
commit
d8505f0069
|
|
@ -1272,7 +1272,7 @@ nupa_substitute(dico_t *dico, const char *s, char *r)
|
|||
}
|
||||
|
||||
if (*kptr == '\0') {
|
||||
err = message(dico, "Closing \"}\" not found.\n");
|
||||
err = message(dico, "Closing \"}\" not found in line fragment\n {%s.\n", s);
|
||||
goto Lend;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue