2004-07-29 Moritz Schulte <moritz@g10code.com>
authorMoritz Schulte <mo@g10code.com>
Thu, 29 Jul 2004 20:46:43 +0000 (20:46 +0000)
committerMoritz Schulte <mo@g10code.com>
Thu, 29 Jul 2004 20:46:43 +0000 (20:46 +0000)
* gpgme.texi (Verify): Fix gpgme_get_key example (ancient
force_update argument was still there).

doc/ChangeLog
doc/gpgme.texi

index 7b780bf18549e7549fdd48dfd1b19bb368d238cc..247b7b93e91742bfc9f6278c9cb2f942215c58c5 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-29  Moritz Schulte  <moritz@g10code.com>
+
+       * gpgme.texi (Verify): Fix gpgme_get_key example (ancient
+       force_update argument was still there).
+
 2004-06-08  Marcus Brinkmann  <marcus@g10code.de>
 
        * gpgme.texi (Listing Keys): Elaborate on the length restrictions
index 76388b67ef91875b19854958b8af67d0b6f56c6f..21f7fcd1bef75087908ffbd57dff44b9aae5c015 100644 (file)
@@ -3989,7 +3989,7 @@ The function @code{gpgme_get_sig_key} is equivalent to:
   if (!sig || idx)
     return gpg_error (GPG_ERR_EOF);
 
-  return gpgme_get_key (ctx, sig->fpr, r_key, 0, 0);
+  return gpgme_get_key (ctx, sig->fpr, r_key, 0);
 @end example
 @end deftypefun