mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Remove previous padding as it's no longer needed.
This commit is contained in:
parent
208224a762
commit
8ac1cbc393
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ public class TicketParser21 : ITicketParser
|
|||
SectionHeader entitlementsSection = this.reader.ReadSectionHeader(); // entitlements section
|
||||
this.reader.SkipBytes(entitlementsSection.Length);
|
||||
|
||||
this.reader.ReadTicketEmpty(); // padding
|
||||
this.reader.ReadTicketEmpty();
|
||||
|
||||
SectionHeader footer = this.reader.ReadSectionHeader(); // footer header
|
||||
if (footer.Type != SectionType.Footer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue