# HG changeset patch # User Richard Laager # Date 1144194805 0 # Node ID 69264c31352107011ccbd4c0b11840f047087c3c # Parent f98c559a16821dacf8f930dd556979c7b79f1295 [gaim-migrate @ 15965] Argument order matters. Fix that last commit. committer: Tailor Script diff -r f98c559a1682 -r 69264c313521 src/log.c --- 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