diff options
author | Karroffel <therzog@mail.de> | 2017-06-18 13:21:18 +0200 |
---|---|---|
committer | Karroffel <therzog@mail.de> | 2017-06-18 13:21:36 +0200 |
commit | ebe9d9de6ab73af33581ea222d6bb9bc40469ed6 (patch) | |
tree | 91f06d1daaf413b1884ab04f3416da42b3a86669 /include/core/Defs.hpp | |
parent | 31dd500d288346f26736e92ec07fa0dbc2195651 (diff) | |
download | redot-cpp-ebe9d9de6ab73af33581ea222d6bb9bc40469ed6.tar.gz |
updated core to new GDNative interface
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 |