On Thu, 18 Apr 2002 14:55, [EMAIL PROTECTED] wrote:
> Another tiny defect (I am making this a habit) - on the line that says :
>
>                 youngest = rotations[ i ] + 1;
> remove the "+ 1" as we already have the oldest file - no point taking the
> next file as this is not necessary older. It should read:
>                 youngest = rotations[ i ];

Applied - thanks. BTW you probably should have run the test case before 
submitting a patch :)

-- 
Cheers,

Peter Donald


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to