Browse Source

* INIPath removed

pierre 25 years ago
parent
commit
13962d01ca
1 changed files with 6 additions and 3 deletions
  1. 6 3
      ide/text/fptools.pas

+ 6 - 3
ide/text/fptools.pas

@@ -1042,7 +1042,7 @@ begin
         if (WordS='$CONFIG') then
         if (WordS='$CONFIG') then
           begin
           begin
             if (Pass=1) then
             if (Pass=1) then
-              I:=I+ReplacePart(LastWordStart,I-1,INIPath)-1;
+              I:=I+ReplacePart(LastWordStart,I-1,IniFileName)-1;
           end else
           end else
         if (WordS='$DIR') then
         if (WordS='$DIR') then
           begin
           begin
@@ -1507,7 +1507,10 @@ end;
 END.
 END.
 {
 {
   $Log$
   $Log$
-  Revision 1.15  2000-02-07 12:00:41  pierre
+  Revision 1.16  2000-03-13 20:31:54  pierre
+   * INIPath removed
+
+  Revision 1.15  2000/02/07 12:00:41  pierre
    Gabor's changes
    Gabor's changes
 
 
   Revision 1.14  1999/10/27 10:43:06  pierre
   Revision 1.14  1999/10/27 10:43:06  pierre
@@ -1601,4 +1604,4 @@ END.
   Revision 1.0  1999/01/16 10:43:31  gabor
   Revision 1.0  1999/01/16 10:43:31  gabor
       Original implementation
       Original implementation
 
 
-}
+}