ソースを参照

fixed a parsing bug

main
Ludovic 'Archivist' Lagouardette 1週間前
コミット
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);
}

読み込み中…
キャンセル
保存