View | Details | Raw Unified | Return to bug 93901
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line 731 Link Here
731
                              lines.add(pos,  line);
731
                if ((hunk.fOldLength) == 0) {
732
--
732
                    // TODO: the fix (pos + 1 instead of pos) may have some side effects
733
                    lines.add(pos + 1,  line);
734
                } else {
735
                    lines.add(pos,  line);
736
                }

Return to bug 93901