Closed
Description
I think to correctly calculate an inequality position between two files you should use
if(file2_c == '\r') { file1.unget(); --read_seek; continue; }
instead
if(file2_c == '\r') { file1.unget(); continue; }
otherwise, the position shown is shifted by the number of previous '\r's in a file, passed to a checking utility.
(example : check-stateless data cp1251)
Metadata
Metadata
Assignees
Labels
No labels