mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 22:03:43 -06:00
.DLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@13484 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
228df12ad6
commit
a6f5e6cffc
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue