persistentstorage/sqlite3api/TEST/SRC/tclsqlite.c
branchRCL_3
changeset 11 211563e4b919
parent 0 08ec8eefde2f
child 23 26645d81f48d
--- a/persistentstorage/sqlite3api/TEST/SRC/tclsqlite.c	Thu Apr 01 00:19:42 2010 +0300
+++ b/persistentstorage/sqlite3api/TEST/SRC/tclsqlite.c	Wed Apr 14 17:46:32 2010 +0300
@@ -2665,7 +2665,7 @@
 #endif		
     PrintS("###TclSqlite3: Tests begin");
     if( TCLSH==1 && Tcl_EvalFile(interp, argv[1])!=TCL_OK ){
-      char errMsg[300];
+      char errMsg[1024];
       const char *zInfo = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY);
       if( zInfo==0 ) 
     	  zInfo = interp->result;