1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/textproc/goldendict/files/patch-iconv.cc
Boris Samorodov 20caf1bdc7 . update to version 1.0.1;
. add LICENSE info.
2010-12-28 16:03:26 +00:00

15 lines
517 B
C++

--- ./iconv.cc.orig 2010-12-04 00:12:46.000000000 +0300
+++ ./iconv.cc 2010-12-28 11:46:37.208721626 +0300
@@ -44,11 +44,7 @@
throw( exIncorrectSeq, exOther )
{
size_t result = iconv( state,
- #ifdef __WIN32
(char const **)&inBuf,
- #else
- (char **)&inBuf,
- #endif
&inBytesLeft,
(char **)&outBuf, &outBytesLeft );