OSDN Git Service

Fix bitbucket issue #138: Unique files are not shown
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 26 Jan 2019 15:27:39 +0000 (00:27 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Sat, 26 Jan 2019 15:27:39 +0000 (00:27 +0900)
commit82a80fe0a803e4a27015eab2ed190c34c907a34e
treebf323ddb6e08c3f668830df64543909c0b8c718d
parent2a59644847fc1e11d53d2cdc558da545bcfe64cb
Fix bitbucket issue #138: Unique files are not shown
When comparing empty file and nonexistent file, `DIFFCODE::SAME` flag is set to the variable `code`, so change the flag to `DIFFCODE::DIFF`
Src/FolderCmp.cpp