mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 20:35:45 +01:00
Compare commits
2 Commits
21f4d04a21
...
5de0c77992
| Author | SHA1 | Date | |
|---|---|---|---|
| 5de0c77992 | |||
| 2cfae0fce4 |
@@ -6,7 +6,7 @@
|
||||
#include "util/intdef.h"
|
||||
|
||||
static void error_log(FILE *restrict stream, const char *restrict pfx, uint ln, const char *restrict file, const char *restrict fmt, va_list ap) {
|
||||
fprintf(stream, "(%s:%iu) [%s] '", file, ln, pfx);
|
||||
fprintf(stream, "(%s:%u) [%s] '", file, ln, pfx);
|
||||
|
||||
vfprintf(stream, fmt, ap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user