瀏覽代碼

* Minor debugging information in the FIGlet font parser.

pull/1/head
Sam Hocevar sam 19 年之前
父節點
當前提交
9919145dad
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/figlet.c

+ 1
- 1
src/figlet.c 查看文件

@@ -152,7 +152,7 @@ static int open_font(context_t *cx)
&cx->old_layout, &comment_lines, &cx->print_direction,
&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);
return -1;
}


Loading…
取消
儲存