diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-10-10 14:51:59 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2009-10-10 14:51:59 +0100 |
| commit | 9fabfc06b3dade2f8012d5605ff244bf46391d2c (patch) | |
| tree | df67b06039e37ae4490db89f7779bed4b12e045b /src/input | |
| parent | ac4a311c81c5d01cfbc332d248907bb833ecfed3 (diff) | |
| parent | 44f38f11dc2420b0a93193a45b1f9c7575d055b2 (diff) | |
| download | xine-lib-9fabfc06b3dade2f8012d5605ff244bf46391d2c.tar.gz xine-lib-9fabfc06b3dade2f8012d5605ff244bf46391d2c.tar.bz2 | |
Merge from 1.1.
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/librtsp/rtsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/librtsp/rtsp.c b/src/input/librtsp/rtsp.c index e8f816bb2..710ab8711 100644 --- a/src/input/librtsp/rtsp.c +++ b/src/input/librtsp/rtsp.c @@ -252,7 +252,7 @@ static int rtsp_get_answers(rtsp_t *s) { } } else { - lprintf("setting session id to: %s\n", buf); + lprintf("setting session id to: %s\n", tmp); s->session=strdup(tmp); } |
