From f0314c16b1392a2021874136f80fd9350f16fe84 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 22 Mar 2005 07:37:01 +0000 Subject: made error check strict on Japanese code conversion. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@185 ee746299-78ed-0310-b773-934348b2243d --- src/rfc2015.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rfc2015.c') diff --git a/src/rfc2015.c b/src/rfc2015.c index 1a12d35c..769488eb 100644 --- a/src/rfc2015.c +++ b/src/rfc2015.c @@ -170,7 +170,7 @@ sig_status_full (gpgme_ctx_t ctx, gpgme_verify_result_t result) ctime_val = localtime (&created); strftime (ctime_str, sizeof (ctime_str), "%c", ctime_val); - ctime_str_utf8 = conv_localetodisp (ctime_str); + ctime_str_utf8 = conv_localetodisp (ctime_str, NULL); g_string_sprintfa (str, _("Signature made at %s\n"), ctime_str_utf8); -- cgit v1.2.3