diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/test1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test1.c b/src/test1.c index 6372a9b54..39249a6c6 100644 --- a/src/test1.c +++ b/src/test1.c @@ -6791,7 +6791,7 @@ static int SQLITE_TCLAPI file_control_lockproxy_test( { char *testPath; int rc; - int nPwd; + Tcl_Size nPwd; const char *zPwd; char proxyPath[400]; |