mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-19 11:05:46 +01:00
Compare commits
2 Commits
5de0c77992
...
21f4d04a21
| Author | SHA1 | Date | |
|---|---|---|---|
| 21f4d04a21 | |||
| 017df1bee4 |
@@ -6,7 +6,7 @@
|
|||||||
#include "util/intdef.h"
|
#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) {
|
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:%u) [%s] '", file, ln, pfx);
|
fprintf(stream, "(%s:%iu) [%s] '", file, ln, pfx);
|
||||||
|
|
||||||
vfprintf(stream, fmt, ap);
|
vfprintf(stream, fmt, ap);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user