Skip to content

Commit

Permalink
- Fixed bug when debug printing card keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
demogorgon1 committed Apr 12, 2022
1 parent 7a320ba commit 307acdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfc/sfc_card.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ sfc_card_key_debug_print(
if(result == SFC_RESULT_OK)
p = temp;

printf("%s %s\n", card_key->set, temp);
printf("%s %s\n", card_key->set, p);
}

const char*
Expand Down

0 comments on commit 307acdf

Please sign in to comment.