[gaim-migrate @ 15965]

Tue, 04 Apr 2006 23:53:25 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Tue, 04 Apr 2006 23:53:25 +0000
changeset 13584
f82188ed84f6
parent 13583
29c0a756c086
child 13585
b0752c839d60

[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

mercurial