From 3934b6d62123e0b1a310fbc478ce45a1913f76fc Mon Sep 17 00:00:00 2001 From: Geoff Wing Date: Tue, 26 Feb 2008 17:53:31 +0000 Subject: another fatfinger: change comparison to asignment --- Src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/utils.c b/Src/utils.c index 3b27cb3dc..e9f551d50 100644 --- a/Src/utils.c +++ b/Src/utils.c @@ -4887,7 +4887,7 @@ getkeystring(char *s, int *len, int how, int *misc) */ if (!codesetstr || !*codesetstr || !strcmp(codesetstr, "646")) - codesetstr == "US-ASCII"; + codesetstr = "US-ASCII"; cd = iconv_open(nl_langinfo(CODESET), "UCS-4BE"); if (cd == (iconv_t)-1) { zerr("cannot do charset conversion (iconv failed)"); -- cgit 1.4.1