diff options
Diffstat (limited to 'camel/broken-date-parser.c')
-rw-r--r-- | camel/broken-date-parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/broken-date-parser.c b/camel/broken-date-parser.c index bc711a5092..00971fa9c7 100644 --- a/camel/broken-date-parser.c +++ b/camel/broken-date-parser.c @@ -401,7 +401,7 @@ decode_broken_date (struct _date_token *tokens, int *tzone) } d(printf ("\n")); - + time = mktime (&tm); #if defined(HAVE_TIMEZONE) time -= timezone; |