Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Aug 3, 2024
1 parent 40207c0 commit 74a9754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion euicc/es9p_ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ int es9p_ex_get_profile_metadata(struct euicc_ctx *ctx, struct es9p_ex_profile_m
case 0x5A: // ICCID
euicc_hexutil_bin2gsmbcd(profile_metadata->iccid, sizeof(profile_metadata->iccid), tmpnode.value, tmpnode.length);
break;
case 0X91: // ISDPAID
case 0X91: // ServiceProviderName
profile_metadata->serviceProviderName = malloc(tmpnode.length + 1);
if (profile_metadata->serviceProviderName)
{
Expand Down

0 comments on commit 74a9754

Please sign in to comment.