[prev in list] [next in list] [prev in thread] [next in thread] 

List:       monetdb-checkins
Subject:    MonetDB: Jun2016 - Added missing #ifdef.
From:       Sjoerd Mullender <commits+sjoerd=acm.org () monetdb ! org>
Date:       2016-04-29 13:24:57
Message-ID: hg.d7f975195720.1461936297.6315528441665844383 () monetdb2 ! cwi-incubator ! nl
[Download RAW message or body]

Changeset: d7f975195720 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d7f975195720
Modified Files:
	clients/mapiclient/mclient.c
Branch: Jun2016
Log Message:

Added missing #ifdef.


diffs (14 lines):

diff --git a/clients/mapiclient/mclient.c b/clients/mapiclient/mclient.c
--- a/clients/mapiclient/mclient.c
+++ b/clients/mapiclient/mclient.c
@@ -2207,8 +2207,10 @@ doFile(Mapi mid, stream *fp, int useinse
 		fp = callback_stream(&rl, myread, NULL, mydestroy, mnstr_name(fp));
 #endif
 	}
+#ifdef HAVE_ICONV
 	if (encoding)
 		fp = iconv_rstream(fp, encoding, mnstr_name(fp));
+#endif
 
 	if (!interactive && !echoquery)
 		return doFileBulk(mid, fp);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic