Subversion Repositories checksum-tools

Compare Revisions

No changes between revisions

Regard whitespace Rev 3 → Rev 2

/trunk/Windows/LongFilenameOperations.pas
39,9 → 39,9
ReadFile(hFile, buf, 1, dwread, nil);
while (dwread > 0) do
begin
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
if buf[0] <> #10 then
begin
if buf[0] = #10 then exit;
if buf[0] = #13 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:
Deleted: svn:ignore
-__history
-__recovery