When the difference is beyond the first 8192 bytes, this method does not find it. There is a spurious "return;" at line 258 (after "pos += expBuff.length;")
Logged In: YES user_id=367256
Another problem: expLength == 0 is not the right end test when the files are equal. The right test is expLength <= 0.
correctly tested proposed fix
Log in to post a comment.
Logged In: YES
user_id=367256
Another problem: expLength == 0 is not the right end test
when the files are equal. The right test is expLength <= 0.
correctly tested proposed fix