On Tue, 20 Feb 2001 hal at finney.org wrote:

> I think the fix would be to change the remainder.set line to:
>
>         if (ywords[rlen-1] < 0)
>           {
>             ywords[rlen] = 0;
>             remainder.set(ywords, rlen+1);
>           }
>         else
>           {
>             remainder.set(ywords, rlen);
>           }
>
> This will make sure that remainder is set positive.

Who needs God when we've got Hal? Awesome, fixed. Thanks, I owe you.


-- 
Mark Roberts
mjr at statesmean.com



_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://www.uprizer.com/mailman/listinfo/devl

Reply via email to