OSDN Git Service

Fix the problem that the comparison result is not displayed correctly when renaming...
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sun, 13 Mar 2022 15:44:06 +0000 (00:44 +0900)
committerGitHub <noreply@github.com>
Sun, 13 Mar 2022 15:44:06 +0000 (00:44 +0900)
commitce60cad34c94961ddc926f76b191f3ac32361eef
tree75ff1058211d6c4a37f3306aa5bb1118c61b83d3
parent268b3ceda0fc5b4e2ea26e87557f87b76bbf3bc4
Fix the problem that the comparison result is not displayed correctly when renaming a file (directory) that exists on only one side to a name where the directory (file) with the same name exists. (#1246)

- Change to judge that a directory or file exists only if the type (directory or file) of renamed item matches the original diffItem type in the diffItem update process.
Src/DirActions.h