diff options
author | Geoff Wing <gcw@users.sourceforge.net> | 2008-02-26 17:49:31 +0000 |
---|---|---|
committer | Geoff Wing <gcw@users.sourceforge.net> | 2008-02-26 17:49:31 +0000 |
commit | a1cca48d0fe5b997028d4b5f3e2ecb03d091bc25 (patch) | |
tree | 554993e75995ee65445e5f7c22b9673310ec2ef6 /Src | |
parent | 4c7bb13f63bcb91839cafd81a0479ee19cf672df (diff) | |
download | zsh-a1cca48d0fe5b997028d4b5f3e2ecb03d091bc25.tar.gz zsh-a1cca48d0fe5b997028d4b5f3e2ecb03d091bc25.tar.xz zsh-a1cca48d0fe5b997028d4b5f3e2ecb03d091bc25.zip |
pws fatfingered the last change in utils.c
Diffstat (limited to 'Src')
-rw-r--r-- | Src/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c index 271f2c046..3b27cb3dc 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -4885,7 +4885,7 @@ getkeystring(char *s, int *len, int how, int *misc) * It shouldn't ever be NULL, but while we're * being paranoid... */ - if (!codessetstr || !*codsetstr || + if (!codesetstr || !*codesetstr || !strcmp(codesetstr, "646")) codesetstr == "US-ASCII"; cd = iconv_open(nl_langinfo(CODESET), "UCS-4BE"); |