[svn] gpgme - r1210 - trunk/gpgme
svn author wk
cvs at cvs.gnupg.org
Mon Feb 26 11:44:57 CET 2007
Author: wk
Date: 2007-02-26 11:44:57 +0100 (Mon, 26 Feb 2007)
New Revision: 1210
Modified:
trunk/gpgme/verify.c
Log:
Fixed last chnage.
Modified: trunk/gpgme/verify.c
===================================================================
--- trunk/gpgme/verify.c 2007-02-26 10:36:08 UTC (rev 1209)
+++ trunk/gpgme/verify.c 2007-02-26 10:44:57 UTC (rev 1210)
@@ -716,7 +716,7 @@
break;
case GPGME_STATUS_PLAINTEXT:
- if (++opd->only_newsig_seen > 1)
+ if (++opd->plaintext_seen > 1)
return gpg_error (GPG_ERR_BAD_DATA);
err = _gpgme_parse_plaintext (args, &opd->result.file_name);
if (err)
More information about the Gnupg-commits
mailing list