Fixed name clashes with windows.h
This commit is contained in:
@@ -87,7 +87,7 @@ chat_log_chat(const gchar * const login, gchar *other,
|
||||
|
||||
FILE *logp = fopen(dated_log->filename, "a");
|
||||
|
||||
if (direction == IN) {
|
||||
if (direction == PROF_IN_LOG) {
|
||||
if (strncmp(msg, "/me ", 4) == 0) {
|
||||
fprintf(logp, "%s - *%s %s\n", date_fmt, other_copy, msg + 4);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user