From 5e252f7920ff561687857e7508d0a429d905d666 Mon Sep 17 00:00:00 2001 From: rtognimp Date: Mon, 18 Oct 2004 20:08:44 +0000 Subject: Fix compilation when LOG is defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13678 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/realrtsp/rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') diff --git a/libmpdemux/realrtsp/rtsp.c b/libmpdemux/realrtsp/rtsp.c index 09d96a6916..196e957fdc 100644 --- a/libmpdemux/realrtsp/rtsp.c +++ b/libmpdemux/realrtsp/rtsp.c @@ -440,7 +440,7 @@ static int rtsp_get_answers(rtsp_t *s) { } 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); } -- cgit v1.2.3