ikizir / HohhaDynamicXOR

Hohha Dynamic XOR Encryption Algorithm
MIT License
54 stars 13 forks source link

Fixed wrong "else if" condition #1

Closed dariost closed 9 years ago

dariost commented 9 years ago

In line 1093 there's a second else if (NumJumps == 3) (which can never happen to be true, since there is another one in line 1091)

ikizir commented 9 years ago

Thank you dariost