OSDN Git Service

xutils.c: Under the following conditions
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Mon, 8 Jul 2019 22:42:47 +0000 (07:42 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Mon, 8 Jul 2019 22:42:47 +0000 (07:42 +0900)
commit9c2dfa37ca83fe40fdb7b3f01fc9af917986aa9d
tree5c71a5a8abc03380a7447e6be9dbe284aa77d5d2
parentc29d3b76a0673765dc76b222119574ff519348a8
xutils.c: Under the following conditions
- Select diff algorithm other than 'default'
- Enable 'Ignore changes' or 'Ignore all' in 'Whitespace' group (XDF_IGNORE_WHITESPACE_CHANGE or XDF_IGNORE_WHITESPACE)
- EOL on the last line of the file does not exist on the other side but has the same content
libxdiff assumes that the last line is not different. However, it is not compatible with WinMerge. So I correct as there is a difference.
Externals/xdiff/xutils.c