src/gtkdebug.c

changeset 13120
c25222322810
parent 13105
8f9c66e4af87
child 13281
3558cb15ebb9
--- a/src/gtkdebug.c	Sat Feb 04 05:17:46 2006 +0000
+++ b/src/gtkdebug.c	Sat Feb 04 20:55:52 2006 +0000
@@ -219,7 +219,7 @@
 	}
 
 	tmp = gtk_imhtml_get_text(GTK_IMHTML(win->text), NULL, NULL);
-	fprintf(fp, "Gaim Debug Log : %s\n", gaim_date_format_full(time(NULL)));
+	fprintf(fp, "Gaim Debug Log : %s\n", gaim_date_format_full(NULL));
 	fprintf(fp, "%s", tmp);
 	g_free(tmp);
 

mercurial