--- a/persistentstorage/sqlite3api/TEST/SRC/tclsqlite.c Fri Apr 16 16:49:27 2010 +0300
+++ b/persistentstorage/sqlite3api/TEST/SRC/tclsqlite.c Mon May 03 14:09:14 2010 +0300
@@ -273,7 +273,7 @@
p->iSeek = sqlite3_blob_bytes(p->pBlob) + offset;
break;
- default: assert(!"Bad seekMode");
+ default: assert(0); /* Bad seekMode */
}
return p->iSeek;
@@ -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;