[svn] gpgme - r1366 - trunk/doc
svn author marcus
cvs at cvs.gnupg.org
Tue May 5 19:19:17 CEST 2009
Author: marcus
Date: 2009-05-05 19:19:17 +0200 (Tue, 05 May 2009)
New Revision: 1366
Modified:
trunk/doc/ChangeLog
trunk/doc/gpgme.texi
Log:
2009-05-05 Marcus Brinkmann <marcus at g10code.de>
* gpgme.texi (Engine Information): Replace path by file_name.
Modified: trunk/doc/ChangeLog
===================================================================
--- trunk/doc/ChangeLog 2009-05-05 17:03:33 UTC (rev 1365)
+++ trunk/doc/ChangeLog 2009-05-05 17:19:17 UTC (rev 1366)
@@ -1,3 +1,7 @@
+2009-05-05 Marcus Brinkmann <marcus at g10code.de>
+
+ * gpgme.texi (Engine Information): Replace path by file_name.
+
2008-11-28 Werner Koch <wk at g10code.com>
* gpgme.texi (Listing Keys): Change description of the return
Modified: trunk/doc/gpgme.texi
===================================================================
--- trunk/doc/gpgme.texi 2009-05-05 17:03:33 UTC (rev 1365)
+++ trunk/doc/gpgme.texi 2009-05-05 17:19:17 UTC (rev 1366)
@@ -874,12 +874,12 @@
if (!info)
fprintf (stderr, "GPGME compiled without support for protocol %s",
gpgme_get_protocol_name (info->protocol));
- else if (info->path && !info->version)
+ else if (info->file_name && !info->version)
fprintf (stderr, "Engine %s not installed properly",
- info->path);
- else if (info->path && info->version && info->req_version)
+ info->file_name);
+ else if (info->file_name && info->version && info->req_version)
fprintf (stderr, "Engine %s version %s installed, "
- "but at least version %s required", info->path,
+ "but at least version %s required", info->file_name,
info->version, info->req_version);
else
fprintf (stderr, "Unknown problem with engine for protocol %s",
More information about the Gnupg-commits
mailing list