From b48b7cc9d28b546778601e43e54b275c165caa4f Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 8 May 2018 20:39:11 +0300 Subject: [PATCH] Dont disable fprintf! --- iguana/exchanges/LP_include.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iguana/exchanges/LP_include.h b/iguana/exchanges/LP_include.h index d90c0c3ef..4080ba31c 100644 --- a/iguana/exchanges/LP_include.h +++ b/iguana/exchanges/LP_include.h @@ -29,10 +29,10 @@ #ifdef FROMGUI #define printf dontprintf -#define fprintf fdontprintf +//#define fprintf fdontprintf dont do this! void dontprintf(char *formatstr,...) {} -void fdontprintf(FILE *fp,char *formatstr,...) {} +//void fdontprintf(FILE *fp,char *formatstr,...) {} #endif #define LP_MAJOR_VERSION "0"