mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
* fcl-db: dbftool: cosmetic/silence warning
git-svn-id: trunk@29064 -
This commit is contained in:
parent
26913387cf
commit
ce54992e07
@ -61,6 +61,7 @@ type
|
|||||||
i: integer;
|
i: integer;
|
||||||
begin
|
begin
|
||||||
// Get current working directory (need not be application directory):
|
// Get current working directory (need not be application directory):
|
||||||
|
CurDir := '';
|
||||||
GetDir(0,CurDir);
|
GetDir(0,CurDir);
|
||||||
|
|
||||||
NewDBF := TDBF.Create(nil);
|
NewDBF := TDBF.Create(nil);
|
||||||
@ -228,7 +229,7 @@ type
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// Gets list of all .dbf files in a directory and its subdirectories.
|
// Gets list of all .dbf files in current directory and its subdirectories.
|
||||||
procedure GetDBFList(Results: TStringList);
|
procedure GetDBFList(Results: TStringList);
|
||||||
var
|
var
|
||||||
r: TSearchRec;
|
r: TSearchRec;
|
||||||
|
Loading…
Reference in New Issue
Block a user