diff options
author | drh <> | 2023-10-24 19:56:57 +0000 |
---|---|---|
committer | drh <> | 2023-10-24 19:56:57 +0000 |
commit | f4154879ebb84fc0875d553e2de60d8ed4864da9 (patch) | |
tree | 3c96788863536d023329a1c5c292ac31e60af00a /src | |
parent | 85b1f5c2f6a05ba151496122fc62b10d560498ca (diff) | |
download | sqlite-f4154879ebb84fc0875d553e2de60d8ed4864da9.tar.gz sqlite-f4154879ebb84fc0875d553e2de60d8ed4864da9.zip |
Implement check-in [477577120b897bf1] differently, so as not to disrupt
non-standard build configuration. See
[forum:/forumpost/c11523ca2df50293|forum post c11523ca2df50293].
FossilOrigin-Name: 50448fe4fdc8fd93303fe26bdcd885ecc606080c8e66e69d5be8dac28a77492b
Diffstat (limited to 'src')
-rw-r--r-- | src/shell.c.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shell.c.in b/src/shell.c.in index 50f78acca..b78759c00 100644 --- a/src/shell.c.in +++ b/src/shell.c.in @@ -454,6 +454,7 @@ static int stdin_is_interactive = 1; # define SHELL_WIN_UTF8_OPT 1 static int console_utf8 = sizeof(char*)/4 - 1; #else +# define console_utf8 0 # define SHELL_WIN_UTF8_OPT 0 #endif |