[fpc-pascal] Bending System.IndexByte to my will!!?

2013-04-17 Thread Reinier Olislagers
Hi all, (FPC 2.6.2 x86, trunk x64, on Windows; found similar behaviour on Linux x64) Busy getting DBase III memo support correct ;) In fcl-db\src\dbase\dbf_common.pas we find this part used to e.g. find end of file ($1A/ASCII 26) markers in a buffer with memo data: [1] The problem is: the first

Re: [fpc-pascal] Bending System.IndexByte to my will!!?

2013-04-17 Thread Jeppe Græsdal Johansen
Den 18-04-2013 07:57, Reinier Olislagers skrev: Hi all, (FPC 2.6.2 x86, trunk x64, on Windows; found similar behaviour on Linux x64) Busy getting DBase III memo support correct ;) In fcl-db\src\dbase\dbf_common.pas we find this part used to e.g. find end of file ($1A/ASCII 26) markers in a buf

Re: [fpc-pascal] Bending System.IndexByte to my will!!?

2013-04-17 Thread Reinier Olislagers
On 18-4-2013 8:14, Jeppe Græsdal Johansen wrote: > Den 18-04-2013 07:57, Reinier Olislagers skrev: >> In fcl-db\src\dbase\dbf_common.pas we find this part used to e.g. find >> end of file ($1A/ASCII 26) markers in a buffer with memo data: [1] >> >> The problem is: the first MemScan function doesn't