Next Program Repair Shop 54

compare_by_fc()

     665  sub compare_by_fc
     666  {
        ...
     689        push @fc_LoL , [ @dups_found ]
     690            if (scalar (@dups_found) > 1);
        ...
     696  }
        sub compare_by_fc
        {
            my @fc_LoL;
        ...
     689        push @fc_LoL , [ @dups_found ]
     690            if (scalar (@dups_found) > 1);
        ...
            return @fc_LoL;
        }

Next Copyright © 2006 M. J. Dominus