--- 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);