[fpc-pascal] arm and negative float

Michalis Kamburelis michalis.kambi at gmail.com
Wed Apr 11 15:35:03 CEST 2007


Henry Vermaak wrote:
[...]
> 
> 2)  BoolToStr returns '0' for False and '-1' for True...
> 
[...]

That was intentional change in r5744. Changelog says
* booltostr now D7 compat.
so that's it... You have to pass 2nd argument "true" for BoolToStr now
to get 'False' or 'True' results (or whatever you set in TrueBoolStrs).

Michalis



More information about the fpc-pascal mailing list