1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Fix shell.c.in so that it aligns with shell.c.

FossilOrigin-Name: 505fdc8ff5150276d3c6ab6135a542b791e9e79e2f76323e592b73b3fdc9bc2a
This commit is contained in:
drh
2017-07-18 20:59:40 +00:00
parent ff0a4edb72
commit 5a75dd86c1
3 changed files with 9 additions and 9 deletions

View File

@@ -7015,7 +7015,7 @@ int SQLITE_CDECL wmain(int argc, wchar_t **wargv){
#endif
rc = process_input(&data, 0);
if( zHistory ){
shell_stifle_history(100);
shell_stifle_history(2000);
shell_write_history(zHistory);
free(zHistory);
}