[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] possible bug in StringConvert.CardinalToString and other conve
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] possible bug in StringConvert.CardinalToString and other conversion procedures |
Date: |
Sat, 13 Feb 2010 18:59:27 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Gaius Mulley <address@hidden> writes:
> Carl Glassberg <address@hidden> writes:
>
>> Hello, this is my first post, so if I do it badly, let me know.
>>
>> StringConvert.CardinalToString and probably other conversion procedures are
>> using DIV 10 and MOD 10 even if parameter base is NOT 10
>>
>> is it possible that the problem is that these should be
>> ... DIV base
>> and
>> ... MOD base
Hi Carl,
now fixed in the latest cvs, many thanks for the report,
regards,
Gaius