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