(svn r12422) [NoAI] -Fix (r12411): unicode compilation was broken noai
authorglx
Tue, 25 Mar 2008 23:30:16 +0000
branchnoai
changeset 9819 fe876b1e5138
parent 9818 024b90a58a20
child 9820 8c116d4c6033
(svn r12422) [NoAI] -Fix (r12411): unicode compilation was broken
src/ai/api/ai_abstractlist.cpp
--- a/src/ai/api/ai_abstractlist.cpp	Tue Mar 25 14:07:01 2008 +0000
+++ b/src/ai/api/ai_abstractlist.cpp	Tue Mar 25 23:30:16 2008 +0000
@@ -586,7 +586,7 @@
 			} break;
 
 			default: {
-				sq_throwerror(vm, "return value of valuator is not valid (not integer/bool)");
+				sq_throwerror(vm, _SC("return value of valuator is not valid (not integer/bool)"));
 				return -1;
 			}
 		}