aboutsummaryrefslogtreecommitdiff
path: root/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp')
-rw-r--r--editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp
deleted file mode 100644
index 72ff257a611b..000000000000
--- a/editors/abiword-devel/files/patch-src_af_util_xp_ut_iconv.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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 )