fix strategy patch diff list issue

This commit is contained in:
AdoHe 2016-05-27 08:42:33 -04:00
parent a8ba289003
commit 04c0103c4a

View File

@ -432,7 +432,7 @@ loopB:
if !ignoreChangesAndAdditions {
// Add any remaining items found only in modified
for ; modifiedIndex < len(modifiedSorted); modifiedIndex++ {
patch = append(patch, modified[modifiedIndex])
patch = append(patch, modifiedSorted[modifiedIndex])
}
}