Fix compilation when LOG is defined

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13678 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2004-10-18 20:08:44 +00:00
parent 5f0a0e39e4
commit 5e252f7920
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}