mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 13:19:12 +02:00
* Fixed bug #533, in findmatch
This commit is contained in:
parent
0988042528
commit
2a03e0ab6c
@ -158,6 +158,7 @@ begin
|
||||
f.size:=F.FindData.NFileSizeLow;
|
||||
f.attr:=F.FindData.dwFileAttributes;
|
||||
f.Name:=StrPas(@F.FindData.cFileName);
|
||||
Result:=0;
|
||||
end;
|
||||
|
||||
Function FindFirst (Const Path : String; Attr : Longint; Var Rslt : TSearchRec) : Longint;
|
||||
@ -426,7 +427,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.10 1999-04-20 11:36:13 peter
|
||||
Revision 1.11 1999-08-18 08:38:42 michael
|
||||
* Fixed bug 533, in findmatch
|
||||
|
||||
Revision 1.10 1999/04/20 11:36:13 peter
|
||||
* compatibility fixes
|
||||
|
||||
Revision 1.9 1999/04/08 12:23:09 peter
|
||||
|
Loading…
Reference in New Issue
Block a user