1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-17 00:39:50 +02:00

Minor fixes.

This commit is contained in:
Werner Koch 2008-06-26 19:21:45 +00:00
parent a6a9181818
commit e253f0cb55
2 changed files with 3 additions and 3 deletions

View File

@ -536,7 +536,7 @@ do_change_pin (app_t app, ctrl_t ctrl, const char *chvnostr,
xfree (pinvalue); xfree (pinvalue);
return err; return err;
} }
#endif /*0*/
/* Select the DINSIG application on the card in SLOT. This function /* Select the DINSIG application on the card in SLOT. This function

View File

@ -614,8 +614,8 @@ print_utf8_extn (estream_t fp, int indent,
err = gpg_error (GPG_ERR_INV_OBJ); err = gpg_error (GPG_ERR_INV_OBJ);
if (err) if (err)
{ {
es_fprintf (fp, "%*s[Error - %s]\n", es_fprintf (fp, "%*s[%s%s]\n",
indent_all? indent:0, "", gpg_strerror (err)); indent_all? indent:0, "", _("Error - "), gpg_strerror (err));
return; return;
} }
es_fprintf (fp, "%*s\"", indent_all? indent:0, ""); es_fprintf (fp, "%*s\"", indent_all? indent:0, "");