Skip to content

Commit

Permalink
WIP: Improve substitution filters (10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Sep 20, 2023
1 parent b3514fb commit 4cb438b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Src/DiffWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,8 @@ CDiffWrapper::LoadWinMergeDiffsFromDiffUtilsScript3(
}
else
{
if (thisob->trivial)
op = OP_TRIVIAL;
AddDiffRange(pdiff, trans_a0-1, trans_b0-1, trans_a1-1, trans_b1-1, op);
}
}
Expand Down

0 comments on commit 4cb438b

Please sign in to comment.