Browse Source

Merge pull request #828 from jl777/jl777

Dont disable fprintf!
pass-iguana-arg
jl777 7 years ago
committed by GitHub
parent
commit
f86cb30685
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      iguana/exchanges/LP_include.h

4
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"

Loading…
Cancel
Save