Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
pionere committed Sep 26, 2024
1 parent 65cbe20 commit 341eb95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/patcher/utils/md5.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ class MD5
printf("%s can't be opened\n", filename);
else
{
while (len = fread(buffer, 1, 1024, file))
while ((len = fread(buffer, 1, 1024, file)))
Update(buffer, len);
Final();

Expand Down

0 comments on commit 341eb95

Please sign in to comment.