changeset 13583:69264c313521

[gaim-migrate @ 15965] Argument order matters. Fix that last commit. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Apr 2006 23:53:25 +0000
parents f98c559a1682
children 097ae11c67e0
files src/log.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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