opnsense-ports/editors/ted/files/patch-textEncoding-sioIconv.c
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

14 lines
365 B
C

--- textEncoding/sioIconv.c.orig 2013-02-01 12:11:08 UTC
+++ textEncoding/sioIconv.c
@@ -61,11 +61,7 @@ static int sioInIconvReadBytes( void *
/* 1 */
while( ! tooBig )
{
-# if defined(__GNUC__) && ! defined(iconv)
char * inbuf= (char *)iis->iisInBuf;
-# else
- const char * inbuf= (const char *)iis->iisInBuf;
-# endif
int got;
/* 2 */