[fpc-devel]rtl/unix/sysutils.pp

Vincent Snijders vslist at zonnet.nl
Mon Oct 20 16:54:40 CEST 2003


On Tue, 7 Oct 2003 10:29:02 +0200 (CEST)
marcov at stack.nl (Marco van de Voort) wrote:

> > While browsing through to code of rtl/unix/sysutils.pp I noticed
> > line 457 in Procedure InitAnsi is:
> > 	Move (CPISO88591LCT,UpperCaseTable[192],SizeOf(CPISO88591UCT));
> > This should propably be:
> > 	Move (CPISO88591LCT,LowerCaseTable[192],SizeOf(CPISO88591UCT));
> 
> fixed
> 
The same lines of code are also in the files
rtl/beos/sysutils.pp
rtl/netware/sysutils.pp
rtl/posix/sysutils.pp
rtl/template/sysutils.pp
rtl/win32/sysutils.pp

Regards,
Vincent Snijders




More information about the fpc-devel mailing list