mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
* Small readdir fix from fixes branch.
This commit is contained in:
parent
7e8bc49786
commit
98043524a7
@ -404,6 +404,8 @@ begin
|
||||
novalid:=false;
|
||||
end;
|
||||
until (l<>nil) or novalid;
|
||||
If novalid then
|
||||
l:=nil;
|
||||
Sys_ReadDir:=l;
|
||||
end;
|
||||
|
||||
@ -455,7 +457,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.4 2000-09-19 09:57:35 marco
|
||||
Revision 1.5 2001-04-23 11:38:30 marco
|
||||
* Small readdir fix from fixes branch.
|
||||
|
||||
Revision 1.4 2000/09/19 09:57:35 marco
|
||||
* Fixed mkdir
|
||||
|
||||
Revision 1.3 2000/09/19 09:25:17 marco
|
||||
|
Loading…
Reference in New Issue
Block a user