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);
return err;
}
#endif /*0*/
/* 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);
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, "");