X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scd%2Fapp-geldkarte.c;h=c2771719dcb7ba2525f8b991b36126d135548c51;hb=d9787447fe6a57e39113b60305b4ab672b9ba897;hp=e3c7dcc62bcfded74ed9546ecc8ba913dffb494d;hpb=f77eedfaad1525168ca8593a3eb43ef157cd2891;p=platform%2Fupstream%2Fgpg2.git diff --git a/scd/app-geldkarte.c b/scd/app-geldkarte.c index e3c7dcc..c277171 100644 --- a/scd/app-geldkarte.c +++ b/scd/app-geldkarte.c @@ -288,7 +288,7 @@ app_select_geldkarte (app_t app) goto leave; /* Read the first record of EF_ID (SFI=0x17). We require this - record to be at least 24 bytes with the the first byte 0x67 and a + record to be at least 24 bytes with the first byte 0x67 and a correct filler byte. */ err = iso7816_read_record (slot, 1, 1, ((0x17 << 3)|4), &result, &resultlen); if (err)