cvsuser     06/02/08 12:58:18

  Modified:    App-WorkQueue/lib/App/WorkQueue Repository.pm
  Log:
  fix {numrows} to {endrow} for refill of BUFFER_SIZE
  
  Revision  Changes    Path
  1.4       +2 -2      p5ee/App-WorkQueue/lib/App/WorkQueue/Repository.pm
  
  Index: Repository.pm
  ===================================================================
  RCS file: /cvs/public/p5ee/App-WorkQueue/lib/App/WorkQueue/Repository.pm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Repository.pm     7 Feb 2006 14:34:09 -0000       1.3
  +++ Repository.pm     8 Feb 2006 20:58:18 -0000       1.4
  @@ -253,7 +253,7 @@
       }
   
       my (%options, $new_entries);
  -    $options{numrows} = $BUFFER_SIZE;
  +    $options{endrow} = $BUFFER_SIZE;
       $self->_sort_spec_to_options(\%options) if ($self->{sort_spec});
   
       my $columns = $self->{columns};
  
  
  

Reply via email to