Mercurial > mplayer.hg
changeset 13677:2e8b1e13b8c3
Fix compilation when LOG is defined
author | rtognimp |
---|---|
date | Mon, 18 Oct 2004 20:08:44 +0000 |
parents | 929af3b49c8e |
children | dc1facd7c7b0 |
files | libmpdemux/realrtsp/rtsp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/realrtsp/rtsp.c Mon Oct 18 20:08:12 2004 +0000 +++ b/libmpdemux/realrtsp/rtsp.c Mon Oct 18 20:08:44 2004 +0000 @@ -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); }