From a6f5e6cffc964d0a3d044cb908457635f5f5ac3d Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 11 Jul 2019 13:48:44 +0000 Subject: [PATCH] .DLOGs git-svn-id: svn://ultimatepp.org/upp/trunk@13484 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/TextDiffCtrl/patch.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/TextDiffCtrl/patch.cpp b/uppsrc/TextDiffCtrl/patch.cpp index 862c45363..e02d77686 100644 --- a/uppsrc/TextDiffCtrl/patch.cpp +++ b/uppsrc/TextDiffCtrl/patch.cpp @@ -159,7 +159,6 @@ String Patch::GetPatchedFile(int i) const if(li < 0) return false; for(int i = 0; i < ch.orig.GetCount(); i++) { - if(li + i < lines.GetCount()) DDUMP(lines[li + i]); if(li + i >= lines.GetCount() || ch.orig[i] != lines[li + i]) return false; }