diff options
| author | ame <[email protected]> | 2024-04-05 17:34:39 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-04-05 17:34:39 -0500 |
| commit | b51f233bc5e304102a51949db1e235aafe283b8e (patch) | |
| tree | 25b83526a8c8b057cf9493542fb650ead921d9f3 /src/util.c | |
| parent | bf8bd006189776ae360977c19e7096d73586fa50 (diff) | |
fix warnings
Diffstat (limited to 'src/util.c')
| -rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ char* strnstr(const char *s1, const char *s2, size_t n) { void _p_fatal(const char* m, int line, const char* file, const char* function){ fprintf(stderr, "%s[fatal] %s \n" - "\tthread: %i/%i\n" + "\tthread: %zu/%zu\n" "\tat: %s:%s(%i) %s\n",color_red, m, pthread_self(), threads, file, function, line, color_reset); exit(EXIT_FAILURE); } |
