changeset 13114:c73c7dd0721f

[gaim-migrate @ 15476] Use the right format string for one of these cases. Bad copy-paste. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 04 Feb 2006 00:01:44 +0000
parents 7a05525e4197
children e42983a1038c
files plugins/timestamp_format.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/timestamp_format.c	Fri Feb 03 18:30:27 2006 +0000
+++ b/plugins/timestamp_format.c	Sat Feb 04 00:01:44 2006 +0000
@@ -72,7 +72,7 @@
 	}
 
 	if (force)
-		return g_strdup(gaim_utf8_strftime("%Y-%m-%d %H:%M:%S", tm));
+		return g_strdup(gaim_utf8_strftime("%H:%M:%S", tm));
 
 	return NULL;
 }