]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- fix build help
authorhavner <havner@pld-linux.org>
Tue, 25 Jul 2006 14:32:35 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm-types.patch -> 1.1

icewm-types.patch [new file with mode: 0644]

diff --git a/icewm-types.patch b/icewm-types.patch
new file mode 100644 (file)
index 0000000..55a88ec
--- /dev/null
@@ -0,0 +1,11 @@
+--- icewm-1.2.25.orig/src/ylocale.cc   2006-02-03 07:24:27.000000000 +0100
++++ icewm-1.2.25/src/ylocale.cc        2006-07-25 16:27:42.000000000 +0200
+@@ -152,7 +152,7 @@
+     char * inbuf((char *) lStr), * outbuf((char *) uStr);
+     size_t inlen(lLen), outlen(4 * lLen);
+-    if (0 > (int) iconv(instance->toUnicode, const_cast<const char **>(&inbuf), &inlen, &outbuf, &outlen))
++    if (0 > (int) iconv(instance->toUnicode, &inbuf, &inlen, &outbuf, &outlen))
+         warn(_("Invalid multibyte string \"%s\": %s"), lStr, strerror(errno));
+     *((YUChar *) outbuf) = 0;
This page took 0.056628 seconds and 4 git commands to generate.