Race Checksum
ricks03 opened this issue · 1 comments
ricks03 commented
Describe the bug
The race checksum calculation still only works for some races (StarsRace.pl, StarsPWD.pl)
To Reproduce
Try to view or reset the password on a race file with a different number of characters singular and plural
Expected behavior
The checksum should generate correctly.
ricks03 commented
Fixed. The formula was in one case using the length of a string, which didn't match the length of the same string in bytes because of the Stars! OneByte string compression.
StarsRace.pl and StarsPWD.pl now work with the race checksum