Remove this patch missed in previous.

This commit is contained in:
Juan Romero Pardines 2003-12-14 21:38:16 +00:00 committed by Thomas Klausner
parent db9c96d347
commit 19e80ffc56

View file

@ -1,15 +0,0 @@
$NetBSD: patch-ab,v 1.1.1.1 2003/11/28 16:36:08 xtraeme Exp $
--- 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 )