This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
toilet
镜像来自
https://github.com/cacalabs/toilet.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
* Make figlet font importer more tolerant with empty lines.
pull/1/head
Sam Hocevar
sam
18 年之前
父節點
cbc2d320e1
當前提交
374627e287
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/figlet.c
+ 4
- 0
src/figlet.c
查看文件
@@ -198,6 +198,10 @@ static int open_font(context_t *cx)
if(toigets(buf, 2048, f) == NULL)
break;
/* Ignore blank lines, as in jacky.flf */
if(buf[0] == '\n' || buf[0] == '\r')
continue;
if(!buf[0] || buf[0] < '0' || buf[0] > '9')
{
free(data);
Write
Preview
Loading…
取消
儲存