[Mplayer-cvslog] CVS: main/libmpdemux netstream.h,1.3,1.4

Alex Beregszaszi syncmail at mplayerhq.hu
Fri Jun 25 17:21:46 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv27744

Modified Files:
	netstream.h 
Log Message:
tcp fragging bugfix by Song Du <freewizard at gmail.com>

Index: netstream.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/netstream.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- netstream.h	29 May 2003 19:33:33 -0000	1.3
+++ netstream.h	25 Jun 2004 15:21:43 -0000	1.4
@@ -53,6 +53,7 @@
       return 0;
     }
     len -= r;
+    buf += r;
   }
   return 1;
 }
@@ -103,6 +104,7 @@
       return 0;
     }
     len -= w;
+    buf += w;
   }
   return 1;
 }




More information about the MPlayer-cvslog mailing list