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

Marco van de Voort marcov at stack.nl
Tue Oct 7 10:29:02 CEST 2003


> 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




More information about the fpc-devel mailing list