You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The size of FileEntryTable including any non-standard zero padding at the end is kept
The FileEntryTable size is kept even if NDV0 files got removed as they are by default if --keep-delta isn't specified.
The padding at the end of FileEntryTable will increase in this case
Use --remove-padding if you don't want to keep the FileEntryTable size and instead make it the lowest possible size according to the no-
intro standard. Keep in mind that if your input is already no-intro compliant this option is not needed.
This fixes rare cases of non-standard NSP files not being able to be bit identically recreated due to the removal of non-standard FileEntryTable zero padding as reported by @nitro322