[DEV] some patch

This commit is contained in:
2018-07-06 23:20:24 +02:00
parent 0b9cd5c735
commit 685dd2bca8
6 changed files with 52 additions and 47 deletions

View File

@@ -257,7 +257,7 @@ int main(int argc, char* argv[])
_CrtsetAllocHook(MemAllocHook);
#endif
v=rabbit::sq_open(1024);
v=rabbit::sq_open();
sq_setprintfunc(v,printfunc,errorfunc);
sq_pushroottable(v);