mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-18 09:45:45 +01:00
Compare commits
2 Commits
0a7c8d3e4e
...
7bdee8215f
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bdee8215f | |||
| fb52517f06 |
@@ -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:%lu) [%s] '", file, ln, pfx);
|
||||
fprintf(stream, "(%s:%iu) [%s] '", file, ln, pfx);
|
||||
|
||||
vfprintf(stream, fmt, ap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user