Browse Source

+ Fixed 64-bit compilation

git-svn-id: trunk@4840 -
michael 19 years ago
parent
commit
2346cbeeaa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      fcl/db/memds/memds.pp

+ 2 - 1
fcl/db/memds/memds.pp

@@ -813,7 +813,8 @@ end;
 
 
 procedure TMemDataset.CreateTable;
 procedure TMemDataset.CreateTable;
 var
 var
-  i, iSize : Longint;
+  i : Longint;
+  iSize : ptrint;
 begin
 begin
   FStream.Clear;
   FStream.Clear;
   FRecCount:=0;
   FRecCount:=0;