--- trunk/lib/WebPAC/Input.pm 2005/12/18 21:06:46 286 +++ trunk/lib/WebPAC/Input.pm 2005/12/18 21:06:51 287 @@ -217,7 +217,7 @@ $log->info("processing $self->{size} records in $code_page, convert to $self->{code_page}"); # read database - for (my $pos = $offset; $pos <= $limit; $mfn++) { + for (my $pos = $offset; $pos <= $limit; $pos++) { $log->debug("position: $pos\n");