summaryrefslogtreecommitdiffstats
path: root/include/core/Defs.hpp
diff options
context:
space:
mode:
authorKarroffel <therzog@mail.de>2017-06-18 13:21:18 +0200
committerKarroffel <therzog@mail.de>2017-06-18 13:21:36 +0200
commitebe9d9de6ab73af33581ea222d6bb9bc40469ed6 (patch)
tree91f06d1daaf413b1884ab04f3416da42b3a86669 /include/core/Defs.hpp
parent31dd500d288346f26736e92ec07fa0dbc2195651 (diff)
downloadredot-cpp-ebe9d9de6ab73af33581ea222d6bb9bc40469ed6.tar.gz
updated core to new GDNative interface
Diffstat (limited to 'include/core/Defs.hpp')
-rw-r--r--include/core/Defs.hpp2
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