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

(-)a/misc/translator/tmpl_process3.pl (-2 / +1 lines)
Lines 379-385 if ($action eq 'create') { Link Here
379
        open(my $infh, '<', $tmpfile2);
379
        open(my $infh, '<', $tmpfile2);
380
        open(my $outfh, '>', $str_file);
380
        open(my $outfh, '>', $str_file);
381
        while (<$infh>) {
381
        while (<$infh>) {
382
        print $outfh;
382
        print $outfh $_;
383
        last if /^\n/s;
383
        last if /^\n/s;
384
        }
384
        }
385
        close $infh;
385
        close $infh;
386
- 

Return to bug 21395