Subversion Repositories checksum-tools

Compare Revisions

No changes between revisions

Regard whitespace Rev 2 → Rev 3

/trunk/Windows/LongFilenameOperations.pas
39,9 → 39,9
ReadFile(hFile, buf, 1, dwread, nil);
while (dwread > 0) do
begin
if buf[0] <> #10 then
if buf[0] <> #13 then // Note: The first line of SFV files contains a comment ended with LF while the other lines end with CR-LF
begin
if buf[0] = #13 then exit;
if buf[0] = #10 then exit;
s := s + string(buf[0]);
end;
Readfile(hFile, buf, 1, dwread, nil);
/trunk/Windows/MD5DirCheck.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/Windows
Property changes:
Added: svn:ignore
+__history
+__recovery