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

Loading…
Откажи
Сачувај