瀏覽代碼

fixed a parsing bug

main
Ludovic 'Archivist' Lagouardette 4 週之前
父節點
當前提交
133a043822
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +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);
}

Loading…
取消
儲存