diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index 50f36d9a4..c50c92ec6 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -3561,7 +3561,7 @@ int deduceDatabaseType(const char *zName, int dfltZip){ && zBuf[3]==0x06 ){ rc = SHELL_OPEN_ZIPFILE; }else if( n==0 && dfltZip && sqlite3_strlike("%.zip",zName,0)==0 ){ - return SHELL_OPEN_ZIPFILE; + rc = SHELL_OPEN_ZIPFILE; } } fclose(f); |