From c467d07a94176d5972c683df37ce186ab8440e35 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 23 Apr 2001 00:20:19 +0000 Subject: Oops, don't use the return value of iconv() as a string length, it only 2001-04-22 Jeffrey Stedfast * camel-pgp-context.c (pgp_verify): Oops, don't use the return value of iconv() as a string length, it only tells us the number of non-reversable character conversions. This fixes it so we actually see the gpg output in the message viewer. svn path=/trunk/; revision=9495 --- camel/camel-smime-context.c | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-smime-context.c') diff --git a/camel/camel-smime-context.c b/camel/camel-smime-context.c index b1d9fb28d7..703a29b81c 100644 --- a/camel/camel-smime-context.c +++ b/camel/camel-smime-context.c @@ -32,6 +32,7 @@ #include #include #include +#include #include /* for _() macro */ -- cgit