(cherry picked from commit 457d86b60c)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent dd3b236a94
commit db20160ec5

@ -83,7 +83,7 @@ int parseArgs(ParseArgs * a)
#ifdef COMPILE_ON_WINDOWS #ifdef COMPILE_ON_WINDOWS
MessageBox(0,szMessage.local8Bit().data(),"KVIrc",0); MessageBox(0,szMessage.local8Bit().data(),"KVIrc",0);
#else #else
debug("%s", szMessage); debug("%s", szMessage.ascii());
#endif #endif
return KVI_ARGS_RETCODE_STOP; return KVI_ARGS_RETCODE_STOP;
@ -131,7 +131,7 @@ int parseArgs(ParseArgs * a)
#ifdef COMPILE_ON_WINDOWS #ifdef COMPILE_ON_WINDOWS
MessageBox(0,szMessage.local8Bit().data(),"KVIrc",0); MessageBox(0,szMessage.local8Bit().data(),"KVIrc",0);
#else #else
debug("%s", szMessage); debug("%s", szMessage.ascii());
#endif #endif
return KVI_ARGS_RETCODE_STOP; return KVI_ARGS_RETCODE_STOP;
} }

Loading…
Cancel
Save