Success running on linux

This commit is contained in:
Karol Krzosa
2025-05-17 08:22:27 +02:00
parent 76d52d9e1c
commit 720fdd9f34
16 changed files with 408 additions and 122 deletions

View File

@@ -93,7 +93,7 @@ void PlayTestOpen(mco_coro *co) {
Assert(main.view->carets[0].range.min == 0);
Assert(main.view->carets[0].range.max == 0);
}
ReportConsolef(__FUNCTION__ " DONE");
ReportConsolef("%s DONE", __FUNCTION__);
}