aboutsummaryrefslogtreecommitdiff
path: root/src/procheader.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-24 07:23:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-24 07:23:24 +0000
commit92b665eb056725f2a9358492ec09a7e02563942d (patch)
tree952928746e883c4884145e371526d36eed92afff /src/procheader.c
parentc5e887e718761a5581bcad1b1cabae0e0b1d8d63 (diff)
removed some warnings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@375 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/procheader.c')
-rw-r--r--src/procheader.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/procheader.c b/src/procheader.c
index fc60836d..cf1331cf 100644
--- a/src/procheader.c
+++ b/src/procheader.c
@@ -736,7 +736,6 @@ time_t procheader_date_parse(gchar *dest, const gchar *src, gint len)
if (procheader_scan_date_string(src, weekday, &day, month, &year,
&hh, &mm, &ss, zone) < 0) {
- g_warning("Invalid date: %s\n", src);
if (dest && len > 0)
strncpy2(dest, src, len);
return 0;
@@ -757,8 +756,6 @@ time_t procheader_date_parse(gchar *dest, const gchar *src, gint len)
break;
}
}
- if (*p == '\0')
- g_warning("Invalid month: %s\n", month);
t.tm_sec = ss;
t.tm_min = mm;