Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Jan 20, 2025
1 parent cab9545 commit 4e26a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/DirActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ int GetColImage(const DIFFITEM &di)
void CopyDiffSideAndProperties(CDiffContext& ctxt, DIFFITEM& di, int src, int dst, int action)
{
if (di.diffcode.exists(src) &&
action != FileActionItem::UI_COPY_DIFFITEMS || di.diffcode.isResultDiff())
(action != FileActionItem::UI_COPY_DIFFITEMS || di.diffcode.isResultDiff()))
{
di.diffcode.diffcode |= (DIFFCODE::FIRST << dst);
// copy file properties other than ctime
Expand Down

0 comments on commit 4e26a0e

Please sign in to comment.