mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
n0thing
This commit is contained in:
parent
010ef526c5
commit
7af82f0d4f
@ -111,7 +111,7 @@ void MD5::update(FILE *file){
|
|||||||
unsigned char buffer[1024];
|
unsigned char buffer[1024];
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
while (len=fread(buffer, 1, 1024, file))
|
while ((len=fread(buffer, 1, 1024, file)))
|
||||||
update(buffer, len);
|
update(buffer, len);
|
||||||
|
|
||||||
fclose (file);
|
fclose (file);
|
||||||
|
Loading…
Reference in New Issue
Block a user