This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
ink
關註
1
收藏
0
複製
0
程式碼
問題管理
4
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fixed a parsing bug
main
Ludovic 'Archivist' Lagouardette
4 週之前
父節點
d7610138a9
當前提交
133a043822
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib.c
+ 1
- 0
lib.c
查看文件
@ -74,6 +74,7 @@ static int routine_assert(struct context* ctx, int condition, int error, const c
if
(
!
coro
-
>
panic
)
coro
-
>
panic
=
error
;
while
(
*
message
)
{
ctx
-
>
putchar
(
ctx
,
*
message
)
;
+
+
message
;
}
ctx
-
>
putchar
(
ctx
,
10
)
;
}
Write
Preview
Loading…
取消
儲存