mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
debug_symbol: Fix warning message format
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ struct debug_symbols *dsym_load(const char *path) {
|
||||
return NULL;
|
||||
}
|
||||
if (fread(section_content, section_size - 8, 1, fp) != 1) {
|
||||
WARNING("%s: I/O error", path, strerror(errno));
|
||||
WARNING("%s: %s", path, strerror(errno));
|
||||
fclose(fp);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user