Patch #1228 2006-07-21 09:01

czarny

20060720 and 20060721 doesn't build
Download
1228-20060720_and_2.patch (388 bytes)
Category
Application::Bugfix
Status
Closed
Close date
2006-07-27 08:01
Assigned to
 
--- src/sdk/scripting/sqplus/SqPlusConst.h.orig    2006-07-21 10:35:01.000000000 +0200
+++ src/sdk/scripting/sqplus/SqPlusConst.h    2006-07-21 10:43:28.479129250 +0200
@@ -43,7 +43,7 @@
 template <typename Callee>
 static int Call(Callee & callee,RT (Callee::*func)() const,HSQUIRRELVM v,int /*index*/) {
   RT ret = (callee.*func)();
-  Push(v,ret);
+  Push(v,ret.c_str());
   return 1;
 }
 
thomasdenk 2006-07-27 08:01

not a patch