mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-24 14:11:29 +00:00
Add back one bit of padding as it was needed
This commit is contained in:
parent
8ac1cbc393
commit
ac0a498317
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ public class TicketParser21 : ITicketParser
|
|||
SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section
|
||||
this.reader.SkipBytes(entitlementsSection.Length);
|
||||
|
||||
this.reader.ReadTicketEmpty(); // padding
|
||||
|
||||
SectionHeader footer = this.reader.ReadSectionHeader(); // footer header
|
||||
if (footer.Type != SectionType.Footer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue