Merge pull request #2735 from Joern-R/Fix

Cloud - XErt - Fix
This commit is contained in:
Joern
2017-12-23 13:37:03 +01:00
committed by GitHub

View File

@@ -33,7 +33,7 @@
#endif
#ifdef Q_CC_MSVC
#define printd(fmt, ...) do { \
if (TODAYSPLAN_DEBUG) { \
if (XERT_DEBUG) { \
printf("[%s:%d %s] " fmt , __FILE__, __LINE__, \
__FUNCTION__, __VA_ARGS__); \
fflush(stdout); \