* fix for bug #30331

git-svn-id: trunk@34039 -
This commit is contained in:
marco 2016-06-30 18:45:33 +00:00
parent 912c024f01
commit 5038b944f1

View File

@ -166,7 +166,7 @@ end;
function Fpopendir(dirname : pchar): pdir; [public, alias : 'FPC_SYSC_OPENDIR'];
var
fd:integer;
fd:cint;
st:stat;
ptr:pdir;