mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
- attempt to get non ascii file paths working in megaglest (Japanese etc...)
This commit is contained in:
@@ -43,12 +43,12 @@ void addlog (const char * fmt, ...) {
|
||||
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED) printf ("===> IRC: %s\n", buf);
|
||||
|
||||
if(SystemFlags::VERBOSE_MODE_ENABLED == true) {
|
||||
if ( (fp = fopen ("irctest.log", "ab")) != 0 ) {
|
||||
fprintf (fp, "%s\n", buf);
|
||||
fclose (fp);
|
||||
}
|
||||
}
|
||||
//if(SystemFlags::VERBOSE_MODE_ENABLED == true) {
|
||||
// if ( (fp = fopen ("irctest.log", "ab")) != 0 ) {
|
||||
// fprintf (fp, "%s\n", buf);
|
||||
// fclose (fp);
|
||||
// }
|
||||
//}
|
||||
}
|
||||
|
||||
void dump_event (irc_session_t * session, const char * event, const char * origin, const char ** params, unsigned int count) {
|
||||
|
Reference in New Issue
Block a user