소스 검색

* fcl-db: dbftool: cosmetic/silence warning

git-svn-id: trunk@29064 -
reiniero 10 년 전
부모
커밋
ce54992e07
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/fcl-db/examples/dbftool.lpr

+ 2 - 1
packages/fcl-db/examples/dbftool.lpr

@@ -61,6 +61,7 @@ type
     i: integer;
   begin
     // Get current working directory (need not be application directory):
+    CurDir := '';
     GetDir(0,CurDir);
 
     NewDBF := TDBF.Create(nil);
@@ -228,7 +229,7 @@ type
     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);
   var
     r: TSearchRec;