Ver código fonte

* grep$$$.out was not closed

pierre 27 anos atrás
pai
commit
7f85dc1fe5
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      ide/text/fpmtools.inc

+ 5 - 1
ide/text/fpmtools.inc

@@ -116,11 +116,15 @@ begin
               ProgramInfoWindow^.MakeFirst;
               ProgramInfoWindow^.MakeFirst;
            end;
            end;
          end;
          end;
+      Close(GrepOut);
   Dispose(PGrepDialog, Done);
   Dispose(PGrepDialog, Done);
 end;
 end;
 {
 {
   $Log$
   $Log$
-  Revision 1.3  1999-02-04 13:32:09  pierre
+  Revision 1.4  1999-02-04 15:59:08  pierre
+   * grep$$$.out was not closed
+
+  Revision 1.3  1999/02/04 13:32:09  pierre
     * Several things added (I cannot commit them independently !)
     * Several things added (I cannot commit them independently !)
     + added TBreakpoint and TBreakpointCollection
     + added TBreakpoint and TBreakpointCollection
     + added cmResetDebugger,cmGrep,CmToggleBreakpoint
     + added cmResetDebugger,cmGrep,CmToggleBreakpoint