remove fprintf, fwrite in emv

This commit is contained in:
iceman1001
2020-11-13 12:19:24 +01:00
parent e09c7a9a3a
commit 45f93acf3d
4 changed files with 113 additions and 110 deletions

View File

@@ -157,7 +157,7 @@ enum CardPSVendor GetCardPSVendor(uint8_t *AID, size_t AIDlen) {
}
static void print_cb(void *data, const struct tlv *tlv, int level, bool is_leaf) {
emv_tag_dump(tlv, stdout, level);
emv_tag_dump(tlv, level);
if (is_leaf) {
print_buffer(tlv->value, tlv->len, level);
}