aboutsummaryrefslogtreecommitdiff
path: root/src/test_malloc.c
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2025-03-06 13:38:07 +0000
committerstephan <stephan@noemail.net>2025-03-06 13:38:07 +0000
commitb6503f14449a43b68b73126eaa5abb14cd825555 (patch)
treed8ec6479f21f383b74eb173c620b3fe135dafc69 /src/test_malloc.c
parentba6510a3999b4cdaba961108a77812506a585525 (diff)
downloadsqlite-b6503f14449a43b68b73126eaa5abb14cd825555.tar.gz
sqlite-b6503f14449a43b68b73126eaa5abb14cd825555.zip
Cygwin-centric fixes from Jan Nijtmans.
FossilOrigin-Name: 205979813c7300debb5f1ba270583ef2f08e069d6d01865b5910702889a5c1ed
Diffstat (limited to 'src/test_malloc.c')
-rw-r--r--src/test_malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_malloc.c b/src/test_malloc.c
index 8d6c4fa50..1c19d896f 100644
--- a/src/test_malloc.c
+++ b/src/test_malloc.c
@@ -646,7 +646,7 @@ static int SQLITE_TCLAPI test_memdebug_fail(
}
if( zErr ){
- Tcl_AppendResult(interp, zErr, zOption, 0);
+ Tcl_AppendResult(interp, zErr, zOption, NULL);
return TCL_ERROR;
}
}