mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
Fix sqliteds compilation
git-svn-id: trunk@31840 -
This commit is contained in:
parent
55ad9b69d0
commit
e4ec432012
@ -267,9 +267,9 @@ begin
|
||||
FEndItem^.Previous := TempItem;
|
||||
|
||||
// Alloc item used in append/insert
|
||||
GetMem(FCacheItem^.Row, FRowBufferSize);
|
||||
GetMem(FSavedEditItem^.Row, FRowBufferSize);
|
||||
for Counter := 0 to FRowCount - 1 do
|
||||
FCacheItem^.Row[Counter] := nil;
|
||||
FSavedEditItem^.Row[Counter] := nil;
|
||||
// Fill FBeginItem.Row with nil -> necessary for avoid exceptions in empty datasets
|
||||
GetMem(FBeginItem^.Row, FRowBufferSize);
|
||||
for Counter := 0 to FRowCount - 1 do
|
||||
|
Loading…
Reference in New Issue
Block a user