* Minor debugging information in the FIGlet font parser.
This commit is contained in:
parent
7b76d57ab9
commit
9919145dad
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ static int open_font(context_t *cx)
|
||||||
&cx->old_layout, &comment_lines, &cx->print_direction,
|
&cx->old_layout, &comment_lines, &cx->print_direction,
|
||||||
&cx->full_layout, &cx->codetag_count) < 6)
|
&cx->full_layout, &cx->codetag_count) < 6)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "font `%s' has invalid header\n", path);
|
fprintf(stderr, "font `%s' has invalid header: %s\n", path, buf);
|
||||||
toiclose(f);
|
toiclose(f);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue