Skip to content

Commit

Permalink
Fix typo in Short File Identifier (SFI) string
Browse files Browse the repository at this point in the history
This was a typo in eaf7cc7
  • Loading branch information
leonlynch committed Mar 27, 2024
1 parent ef894f4 commit 4d87870
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/emv_strings.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ int emv_tlv_get_info(
return 0;

case EMV_TAG_88_SFI:
info->tag_name = "Short File Indicator (SFI)";
info->tag_name = "Short File Identifier (SFI)";
info->tag_desc =
"Identifies the Application Elementary File (AEF) referenced "
"in commands related to a given Application Definition File "
Expand Down
2 changes: 1 addition & 1 deletion src/emv_tags.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ __BEGIN_DECLS
/// EMV tag 87 Application Priority Indicator. Template 61 or A5.
#define EMV_TAG_87_APPLICATION_PRIORITY_INDICATOR (0x87)

/// EMV tag 88 Short File Indicator (SFI). Template A5.
/// EMV tag 88 Short File Identifier (SFI). Template A5.
#define EMV_TAG_88_SFI (0x88)

/// EMV tag 89 Authorisation Code
Expand Down

0 comments on commit 4d87870

Please sign in to comment.