mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 20:39:24 +02:00
* fixed attribute handling in findfirst/findnext
This commit is contained in:
parent
162a9daf63
commit
bc4e62c112
@ -609,6 +609,7 @@ begin
|
||||
f.Time := fib_Date.ds_Days * (24 * 60 * 60) +
|
||||
fib_Date.ds_Minute * 60 +
|
||||
fib_Date.ds_Tick div 50;
|
||||
f.attr := 0;
|
||||
{*------------------------------------*}
|
||||
{* Determine if is a file or a folder *}
|
||||
{*------------------------------------*}
|
||||
@ -651,6 +652,7 @@ begin
|
||||
f.Time := fib_Date.ds_Days * (24 * 60 * 60) +
|
||||
fib_Date.ds_Minute * 60 +
|
||||
fib_Date.ds_Tick div 50;
|
||||
f.attr := 0;
|
||||
{*------------------------------------*}
|
||||
{* Determine if is a file or a folder *}
|
||||
{*------------------------------------*}
|
||||
@ -1003,7 +1005,10 @@ End.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.14 2005-02-14 17:13:30 peter
|
||||
Revision 1.15 2005-04-07 03:57:58 karoly
|
||||
* fixed attribute handling in findfirst/findnext
|
||||
|
||||
Revision 1.14 2005/02/14 17:13:30 peter
|
||||
* truncate log
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user