> The following patch fixes a bug in hp2ps that causes silly 
> numbers like
> 
>   84,762,122,-646
> 
> to appear in the heading.  The problem was that 'n' is (can 
> be) a 64-bit
> type, and converting to an int before doing the modulo gives rounding
> errors.
> 
> The fix is courtesy of Ralf Wildenhues ([EMAIL PROTECTED]).

Thanks; committed.

Cheers,
        Simon
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to