summaryrefslogtreecommitdiffstats
path: root/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-18 02:52:59 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-18 02:52:59 +0800
commit1f1cb3740457e59d54fd0047ebd0477d467d8276 (patch)
tree8cc8cd203f65c2a712fa8e30be930effaad7bf99 /editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
parentda753a77e7657ca9f26920007219ca153b5c48e1 (diff)
downloadmarcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.tar
marcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.tar.gz
marcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.tar.bz2
marcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.tar.lz
marcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.tar.xz
marcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.tar.zst
marcuscom-ports-1f1cb3740457e59d54fd0047ebd0477d467d8276.zip
Add AbiWord2-2.0.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1220 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp')
-rw-r--r--editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
new file mode 100644
index 000000000..72ff257a6
--- /dev/null
+++ b/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp
@@ -0,0 +1,13 @@
+--- src/af/util/xp/ut_iconv.cpp.orig Thu Jul 17 15:12:55 2003
++++ src/af/util/xp/ut_iconv.cpp Thu Jul 17 15:16:40 2003
+@@ -295,8 +295,8 @@
+ return (size_t)-1;
+
+
+- ICONV_CONST char ** buf = const_cast<ICONV_CONST char**>(inbuf);
+- return iconv( cd, buf, inbytesleft, outbuf, outbytesleft );
++ //ICONV_CONST char ** buf = const_cast<ICONV_CONST char**>(inbuf);
++ return iconv( cd, inbuf, inbytesleft, outbuf, outbytesleft );
+ }
+
+ int UT_iconv_close( UT_iconv_t cd )