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

(-)a/tools/batchMod.pl (-2 / +1 lines)
Lines 130-136 if ($op eq "action") { Link Here
130
            splice(@searches,$i,1);
130
            splice(@searches,$i,1);
131
            splice(@replaces,$i,1);
131
            splice(@replaces,$i,1);
132
            splice(@modifiers,$i,1);
132
            splice(@modifiers,$i,1);
133
            $i--; # We made the arrays smaller - go back a step in interation
133
            $i--; # We made the arrays smaller - go back a step in iteration
134
        }
134
        }
135
    }
135
    }
136
136
137
- 

Return to bug 28832