commit 53f2133
uint
·
2026-06-09 21:25:18 +0000 UTC
parent c7f47e0
Stop flushing buffer on maus_log/die
1 files changed,
+0,
-1
M
maus.c
M
maus.c
+0,
-1
1@@ -11,7 +11,6 @@ static void vlog(FILE* fd, const char* fmt, va_list ap)
2 {
3 fprintf(fd, "maus: ");
4 vfprintf(fd, fmt, ap);
5- fflush(fd);
6 }
7
8 void maus_die(const char* fmt, ...)