Browse Source

* create can also open file in fminout

peter 26 years ago
parent
commit
ff2b21ee5e
1 changed files with 5 additions and 5 deletions
  1. 5 5
      rtl/go32v2/system.pp

+ 5 - 5
rtl/go32v2/system.pp

@@ -995,10 +995,7 @@ begin
    2 : filerec(f).mode:=fminout;
    2 : filerec(f).mode:=fminout;
   end;
   end;
   if (flags and $1000)<>0 then
   if (flags and $1000)<>0 then
-   begin
-     filerec(f).mode:=fmoutput;
-     action:=$12; {create file function}
-   end;
+   action:=$12; {create file function}
 { empty name is special }
 { empty name is special }
   if p[0]=#0 then
   if p[0]=#0 then
    begin
    begin
@@ -1288,7 +1285,10 @@ Begin
 End.
 End.
 {
 {
   $Log$
   $Log$
-  Revision 1.19  1999-09-20 12:40:20  pierre
+  Revision 1.20  1999-10-28 09:53:19  peter
+    * create can also open file in fminout
+
+  Revision 1.19  1999/09/20 12:40:20  pierre
    * adapted to new heaph
    * adapted to new heaph
 
 
   Revision 1.18  1999/09/10 17:14:09  peter
   Revision 1.18  1999/09/10 17:14:09  peter