[svn] GnuPG - r4797 - in trunk: scd sm
svn author wk
cvs at cvs.gnupg.org
Thu Jun 26 21:21:46 CEST 2008
Author: wk
Date: 2008-06-26 21:21:45 +0200 (Thu, 26 Jun 2008)
New Revision: 4797
Modified:
trunk/scd/app-dinsig.c
trunk/sm/keylist.c
Log:
Minor fixes.
Modified: trunk/scd/app-dinsig.c
===================================================================
--- trunk/scd/app-dinsig.c 2008-06-26 19:09:07 UTC (rev 4796)
+++ trunk/scd/app-dinsig.c 2008-06-26 19:21:45 UTC (rev 4797)
@@ -536,9 +536,9 @@
xfree (pinvalue);
return err;
}
+#endif /*0*/
-
/* Select the DINSIG application on the card in SLOT. This function
must be used before any other DINSIG application functions. */
gpg_error_t
Modified: trunk/sm/keylist.c
===================================================================
--- trunk/sm/keylist.c 2008-06-26 19:09:07 UTC (rev 4796)
+++ trunk/sm/keylist.c 2008-06-26 19:21:45 UTC (rev 4797)
@@ -614,8 +614,8 @@
err = gpg_error (GPG_ERR_INV_OBJ);
if (err)
{
- es_fprintf (fp, "%*s[Error - %s]\n",
- indent_all? indent:0, "", gpg_strerror (err));
+ es_fprintf (fp, "%*s[%s%s]\n",
+ indent_all? indent:0, "", _("Error - "), gpg_strerror (err));
return;
}
es_fprintf (fp, "%*s\"", indent_all? indent:0, "");
More information about the Gnupg-commits
mailing list