Tue, 04 Apr 2006 23:53:25 +0000
[gaim-migrate @ 15965]
Argument order matters. Fix that last commit.
| src/log.c | file | annotate | diff | comparison | revisions |
--- a/src/log.c Tue Apr 04 23:46:24 2006 +0000 +++ b/src/log.c Tue Apr 04 23:53:25 2006 +0000 @@ -722,7 +722,7 @@ g_free(tmp); } #else - time_t stamp = gaim_str_to_time(filename, FALSE, NULL, &tm, NULL); + time_t stamp = gaim_str_to_time(filename, FALSE, &tm, NULL, NULL); log = gaim_log_new(type, name, account, NULL, stamp, &tm); #endif