diff options
Diffstat (limited to 'include/core/Defs.hpp')
-rw-r--r-- | include/core/Defs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/Defs.hpp b/include/core/Defs.hpp index b2da2cc..d3a87d8 100644 --- a/include/core/Defs.hpp +++ b/include/core/Defs.hpp @@ -87,7 +87,7 @@ typedef float real_t; #ifndef ERR_PRINT -#define ERR_PRINT(msg) fprintf(stderr, "ERROR: %ls\n", (msg).c_string()) +#define ERR_PRINT(msg) fprintf(stderr, "ERROR: %s\n", (msg).c_string()) #endif #ifndef ERR_FAIL_INDEX_V |