소스 검색

* 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;
}


불러오는 중...
취소
저장