Whirlpool Password Problem
#2

Solved, the problem was that the size of the second dimension in the "field" variable was 32, so I changed it to 129.
Well this is what I did:

From this:
pawn Код:
new field[129][32];
To this:

pawn Код:
new field[129][129];
Reply


Messages In This Thread
Whirlpool Password Problem - by Tee - 10.12.2011, 19:37
Re: Whirlpool Password Problem - by Tee - 10.12.2011, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)