Next Program Repair Shop 64

Repeated code

     391      if ($filesz > 1024)
     393        my (@name_list) = compare_by_first_block (1024,
     394                @{$names_by_size{$filesz}});
     448      else
     453        @fc_LoL = compare_by_first_block ($filesz, @{$names_by_size{$filesz}});
        @LoL = compare_by_first_block (1024, @{$names_by_size{$filesz}});
        if ($filesz > 1024) {
          # Do the MD5 stuff and other comparisons
        }

Next Copyright © 2006 M. J. Dominus