From 45bebb670ccc01678eb37f8de46ea0f67a496e55 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 11 Oct 2005 04:25:53 +0000 Subject: updated ChangeLog.ja. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@630 ee746299-78ed-0310-b773-934348b2243d --- libsylph/procheader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsylph') diff --git a/libsylph/procheader.c b/libsylph/procheader.c index 82a1d615..c972a83f 100644 --- a/libsylph/procheader.c +++ b/libsylph/procheader.c @@ -794,7 +794,7 @@ void procheader_date_get_localtime(gchar *dest, gint len, const time_t timer) lt = localtime(&timer); if (!lt) { - g_warning("can't get localtime of %d\n", timer); + g_warning("can't get localtime of %ld\n", timer); dest[0] = '\0'; return; } -- cgit v1.2.3