diff options
Diffstat (limited to 'src/test_blob.c')
-rw-r--r-- | src/test_blob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_blob.c b/src/test_blob.c index bddad240c..ae5a73417 100644 --- a/src/test_blob.c +++ b/src/test_blob.c @@ -237,7 +237,7 @@ static int SQLITE_TCLAPI test_blob_read( if( nByte>0 ){ zBuf = (unsigned char *)Tcl_AttemptAlloc(nByte); if( zBuf==0 ){ - Tcl_AppendResult(interp, "out of memory in " __FILE__, 0); + Tcl_AppendResult(interp, "out of memory in " __FILE__, NULL); return TCL_ERROR; } } |