Przeglądaj źródła

fixed a parsing bug

main
Ludovic 'Archivist' Lagouardette 1 tydzień temu
rodzic
commit
133a043822
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      lib.c

+ 1
- 0
lib.c Wyświetl plik

@ -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);
}

Ładowanie…
Anuluj
Zapisz