1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-20 13:16:36 +02:00

a couple fixes

This commit is contained in:
Jfreegman
2014-09-27 03:01:23 -04:00
parent 95dfea8d29
commit a9e5723ca4
6 changed files with 8 additions and 5 deletions

View File

@ -259,7 +259,7 @@ int rename_logfile(char *src, char *dest, const char *selfkey, const char *other
on_error:
if (log_on)
log_enable(dest, selfkey, otherkey, log, LOG_CHAT);
log_enable(src, selfkey, otherkey, log, LOG_CHAT);
return -1;
}