mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-08 10:50:28 +00:00
Add /.args
feature to SQLite (reapply 4499f98e
)
This commit is contained in:
parent
526e2276b0
commit
58d70269f0
1 changed files with 1 additions and 0 deletions
1
third_party/sqlite3/shell.c
vendored
1
third_party/sqlite3/shell.c
vendored
|
@ -11462,6 +11462,7 @@ int SQLITE_CDECL wmain(int argc, wchar_t **wargv){
|
|||
int argcToFree = 0;
|
||||
#endif
|
||||
|
||||
LoadZipArgs(&argc, &argv);
|
||||
setBinaryMode(stdin, 0);
|
||||
setvbuf(stderr, 0, _IONBF, 0); /* Make sure stderr is unbuffered */
|
||||
#ifdef SQLITE_SHELL_FIDDLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue