From 6e6291dcfd1d4d7cebd16790a89004e60e970eb2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 3 Jan 2014 16:44:44 +0100 Subject: stream_pvr: fix crash on initialization Fallout from the mp_msg conversions. --- stream/stream_pvr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c index e88529e589..12a2c8d5f5 100644 --- a/stream/stream_pvr.c +++ b/stream/stream_pvr.c @@ -1520,6 +1520,7 @@ pvr_stream_open (stream_t *stream, int mode) return STREAM_UNSUPPORTED; pvr = pvr_init (); + pvr->log = stream->log; /** * if the url, i.e. 'pvr://8', contains the channel, use it, -- cgit v1.2.3