mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Fixed negation issue, moved some scripts to test/
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
//utils
|
||||
static void stdoutWrapper(const char* output) {
|
||||
fprintf(stdout, output);
|
||||
fprintf(stdout, "%s", output);
|
||||
}
|
||||
|
||||
//buffer the prints
|
||||
|
||||
Reference in New Issue
Block a user