Next Program Repair Shop 65

Repeated code

     511        my ($kount) = read FD, $first_block, $readsize;
     512        if ($kount != $readsize)
     513        {
     514            print STDERR "ERROR: file \"$filenm\", is short ",
     515                         "(read $kount of $readsize bytes), skipping\n";
     516        }

Next Copyright © 2006 M. J. Dominus