Browse Source

* fixed readinifile

peter 26 years ago
parent
commit
71f87a0367
1 changed files with 5 additions and 2 deletions
  1. 5 2
      ide/text/fpini.pas

+ 5 - 2
ide/text/fpini.pas

@@ -119,7 +119,7 @@ var INIFile: PINIFile;
     OK: boolean;
 begin
   OK:=ExistsFile(INIPath);
-  if OK=false then
+  if OK then
  begin
   New(INIFile, Init(INIPath));
   RecentFileCount:=High(RecentFiles);
@@ -223,7 +223,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.1  1998-12-28 15:47:45  peter
+  Revision 1.2  1998-12-30 10:25:01  peter
+    * fixed readinifile
+
+  Revision 1.1  1998/12/28 15:47:45  peter
     + Added user screen support, display & window
     + Implemented Editor,Mouse Options dialog
     + Added location of .INI and .CFG file