Skip to content

Commit

Permalink
Update util/txesbmantool/txesbmantool.c
Browse files Browse the repository at this point in the history
Co-authored-by: Krystian Hebel <[email protected]>
  • Loading branch information
miczyg1 and krystian-hebel authored Jul 25, 2024
1 parent ba76781 commit d6a30f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/txesbmantool/txesbmantool.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int create_sb_manifest(struct manifest *man, byte* romBuf, word32 romLen,
if (oemDataLen <= sizeof(man->sb.oem_data))
memcpy((byte *)man->sb.oem_data, oemData, oemDataLen);
else
WARN("OEM Data file length to big, ignoring it.\n");
WARN("OEM Data file length too big, ignoring it.\n");
}

ret = calculate_ibb_hash(&romBuf[romLen - IBB_SIZE], man->hash);
Expand Down

0 comments on commit d6a30f4

Please sign in to comment.