Skip to content

Commit

Permalink
Merge pull request #3 from RI-SE/feature_AddFooterLengthDecodeHeab
Browse files Browse the repository at this point in the history
Add length of footer to p.
  • Loading branch information
sepast authored Mar 30, 2021
2 parents 8b2d8be + df4cf47 commit e88fd70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iso22133.c
Original file line number Diff line number Diff line change
Expand Up @@ -2476,6 +2476,7 @@ ssize_t decodeHEABMessage(const char *heabDataBuffer,
fprintf(stderr, "Error decoding HEAB footer\n");
return retval;
}
p += sizeof (HEABData.footer);

if (debug) {
printf("HEAB message:\n");
Expand Down

0 comments on commit e88fd70

Please sign in to comment.