aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-11 04:25:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-11 04:25:53 +0000
commit45bebb670ccc01678eb37f8de46ea0f67a496e55 (patch)
tree4115c504dfa8841b34716778371e27d5791ab75b /libsylph
parent4b222b11e2adb92c8109820e2ddebd5d7a1ba898 (diff)
updated ChangeLog.ja.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@630 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/procheader.c2
1 files changed, 1 insertions, 1 deletions
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;
}