# HG changeset patch # User rtognimp # Date 1098130124 0 # Node ID 2e8b1e13b8c38f0c7fab260710106dfb67e83939 # Parent 929af3b49c8ef543bd15167520f7397d4ed48463 Fix compilation when LOG is defined diff -r 929af3b49c8e -r 2e8b1e13b8c3 libmpdemux/realrtsp/rtsp.c --- 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); }