Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This was reading a line with fgets(), then removing the last character from it (usually but not necessarily a newline). This is incorrect. It broke the logic for checking .md5 files (which look for the newline)
- Loading branch information