Shaokahn3000 / upk-modder

Automatically exported from code.google.com/p/upk-modder
0 stars 0 forks source link

Not having a space after hex in Header Hex causes crash #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a modfile
2. Put 8 bytes of header hex in HEADER context
3. Leave no space after final hex byte
4. Results in failure to apply hex with no output message

What is the expected output? What do you see instead?
Should receive output message indicating problem, or should decipher hex with 
no trailing space.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by miss.inv...@gmail.com on 25 Dec 2013 at 9:44

GoogleCodeExporter commented 8 years ago
Fixed so that a trailing space is not required at the end of a sequence of hex 
bytes.

This should fix the above issue and also allow for parsing of hex sequences 
that are directly terminated with a "//" or "\n" character.

Will be in v 0.70 release.

Original comment by miss.inv...@gmail.com on 29 Dec 2013 at 3:07