pull/1/head
Timothy Pearson 13 years ago
parent 7738169e0f
commit 457d86b60c

@ -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