Lattyware / unrpa

A program to extract files from the RPA archive format.
http://www.lattyware.co.uk/projects/unrpa/
GNU General Public License v3.0
590 stars 74 forks source link

Fix wrong offset and key from line substring #5

Closed ZeusAFK closed 7 years ago

ZeusAFK commented 7 years ago

Some versions have a longer zero pad string in the first line causing errors, Ex: Works with: RPA-3.0 0000000010678236 42424242 Error with: RPA-3.0 00000000000000000000000017e6d450 42424242

Fixed splitting on whitespaces instead of subindex

Lattyware commented 7 years ago

Looks good - thanks for the fix.