[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp rtsp.c,1.9,1.10
Roberto Togni CVS
syncmail at mplayerhq.hu
Mon Oct 18 22:08:47 CEST 2004
CVS change done by Roberto Togni CVS
Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/var2/tmp/cvs-serv6291
Modified Files:
rtsp.c
Log Message:
Fix compilation when LOG is defined
Index: rtsp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/rtsp.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rtsp.c 26 Jun 2004 10:38:26 -0000 1.9
+++ rtsp.c 18 Oct 2004 20:08:44 -0000 1.10
@@ -440,7 +440,7 @@
} else
{
#ifdef LOG
- printf("rtsp: setting session id to: %s\n", s->buf);
+ printf("rtsp: setting session id to: %s\n", buf);
#endif
s->session=strdup(buf);
}
More information about the MPlayer-cvslog
mailing list