diff options
author | Werner Koch <[email protected]> | 2008-06-26 19:21:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-06-26 19:21:45 +0000 |
commit | e253f0cb553022f10a18d57a3a7efca1c73ea368 (patch) | |
tree | 6aac59344fd4cb67aea4ca6d1a7b90dab95985c2 | |
parent | Start support of TCOS 3 cards. (diff) | |
download | gnupg-e253f0cb553022f10a18d57a3a7efca1c73ea368.tar.gz gnupg-e253f0cb553022f10a18d57a3a7efca1c73ea368.zip |
Minor fixes.
-rw-r--r-- | scd/app-dinsig.c | 2 | ||||
-rw-r--r-- | sm/keylist.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/scd/app-dinsig.c b/scd/app-dinsig.c index cd6c3d096..3b18b5e99 100644 --- a/scd/app-dinsig.c +++ b/scd/app-dinsig.c @@ -536,7 +536,7 @@ do_change_pin (app_t app, ctrl_t ctrl, const char *chvnostr, xfree (pinvalue); return err; } - +#endif /*0*/ /* Select the DINSIG application on the card in SLOT. This function diff --git a/sm/keylist.c b/sm/keylist.c index 6dcdc8d4d..c593ccc46 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -614,8 +614,8 @@ print_utf8_extn (estream_t fp, int indent, 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, ""); |