2
0
Эх сурвалжийг харах

+ Changed mode to output for file sockets

michael 21 жил өмнө
parent
commit
20c89903ec
1 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 5 2
      rtl/inc/sockets.inc

+ 5 - 2
rtl/inc/sockets.inc

@@ -105,7 +105,7 @@ begin
   FileRec(SockOut).Handle:=Sock;
   FileRec(SockOut).RecSize:=1;
   FileRec(SockOut).userdata[1]:=S_OUT;
-  FileRec(SockOut).Mode := fmAppend;
+  FileRec(SockOut).Mode := fmOutput;
 end;
 
 {******************************************************************************
@@ -172,7 +172,10 @@ begin
 end;
 {
   $Log$
-  Revision 1.10  2003-11-22 21:58:09  marco
+  Revision 1.11  2003-11-23 10:57:15  michael
+  + Changed mode to output for file sockets
+
+  Revision 1.10  2003/11/22 21:58:09  marco
    * johill changed his mind
 
   Revision 1.9  2003/11/22 10:59:58  marco