View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 01-29-2013 , 07:43   Re: [INC] SHA-1 hashing stocks
Reply With Quote #4

Quote:
Originally Posted by pheadxdll View Post
This doesn't compile anymore

Code:
    new input[1];
    while(!IsEndOfFile(hFile))
    {
        ReadFileCell(hFile, input[1])
        SHA1Input(Context, input, 1);
    }
ReadFileCell has changed- I tried to fix it briefly but I couldn't verify the computed hash..
It has changed?! Are you sure? Compiles fine here.
__________________
Peace-Maker is offline