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

Vincent Snijders vslist at zonnet.nl
Tue Oct 7 08:28:14 CEST 2003


Hi,

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));

Regards,
Vincent Snijders.





More information about the fpc-devel mailing list