[mw-devel] MW3 r884 - trunk/src
pwb at sucs.org
pwb at sucs.org
Thu May 4 23:27:56 BST 2006
Author: pwb
Date: 2006-05-04 23:27:55 +0100 (Thu, 04 May 2006)
New Revision: 884
Modified:
trunk/src/iconv.c
Log:
oops
Modified: trunk/src/iconv.c
===================================================================
--- trunk/src/iconv.c 2006-05-04 22:09:16 UTC (rev 883)
+++ trunk/src/iconv.c 2006-05-04 22:27:55 UTC (rev 884)
@@ -31,7 +31,7 @@
return NULL;
}
- conv = iconv_open("WCHAR_T", local_charset);
+ conv = iconv_open("WCHAR_T", charset);
if (conv == (iconv_t)-1) {
if (errno == EINVAL)
fprintf(stderr, "Conversion not supported\n");
More information about the mw-devel
mailing list