Browse Source

* Change dd_nextoff to cardinal to prevent upscaling of calculations to 64-bit.

git-svn-id: trunk@6962 -
daniel 18 years ago
parent
commit
59a972ec9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/ostypes.inc

+ 1 - 1
rtl/linux/ostypes.inc

@@ -109,7 +109,7 @@ type
                 dd_size   : integer;
                 dd_buf    : pdirent;
                 {The following are used in libc, but NOT in the linux kernel sources ??}
-                dd_nextoff: longint;
+                dd_nextoff: cardinal;
                 dd_max : integer; {size of buf. Irrelevant, as buf is of type dirent}
                 dd_lock   : pointer;
                end;