[Mplayer-cvslog] CVS: main/libmpdemux network.c,1.68,1.69

Bertrand Baudet bertrand at mplayerhq.hu
Mon Jan 6 17:43:45 CET 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv30121

Modified Files:
	network.c 
Log Message:
Return another error code for timeout.


Index: network.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/network.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- network.c	4 Jan 2003 11:52:17 -0000	1.68
+++ network.c	6 Jan 2003 16:43:42 -0000	1.69
@@ -207,7 +207,7 @@
 		  mp_msg(MSGT_NETWORK,MSGL_ERR,"Connection timeout\n");
 		else
 		  mp_msg(MSGT_NETWORK,MSGL_V,"Connection interuppted by user\n");
-		return -2;
+		return -3;
 	      }
 	      count++;
 	      FD_ZERO( &set );



More information about the MPlayer-cvslog mailing list