Here are two files that do not compare properly with Diffmerge.
The problem occurs around line 3482 of the version_xxx.vca file where there are some binary characters.
This problem does NOT exist in the regular SOS diff comparison tool.
Problems comparing files with binary information
Moderator: SourceGear
Problems comparing files with binary information
- Attachments
-
- fflivedesign.txt
- Version 2 of the file
- (302.32 KiB) Downloaded 691 times
-
- version_204_fflivedesign.txt
- Version 1 with the problem
- (301.98 KiB) Downloaded 697 times
-
- fflivedesign.txt
- Item being compared
- (302.32 KiB) Downloaded 705 times
-
- Posts: 534
- Joined: Tue Jun 05, 2007 11:37 am
- Location: SourceGear
- Contact:
This is a bug.
This is a bug. The 2 files have a NUL byte on line 3482.
There's a problem in one of the libraries I'm using that's
using something like strlen() when it shouldn't be.
if you remove the NUL bytes, the files should compare correctly.
There's a problem in one of the libraries I'm using that's
using something like strlen() when it shouldn't be.
if you remove the NUL bytes, the files should compare correctly.