From 143e5b1239d7e3ce5f92ef57ad1861e38fa9f148 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 16 Feb 2019 10:30:34 +0100 Subject: [PATCH] satip client: fix the compilation, fixes #5547 --- src/input/mpegts/satip/satip_rtsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mpegts/satip/satip_rtsp.c b/src/input/mpegts/satip/satip_rtsp.c index 368234cb4..d1a2e83ca 100644 --- a/src/input/mpegts/satip/satip_rtsp.c +++ b/src/input/mpegts/satip/satip_rtsp.c @@ -326,7 +326,7 @@ satip_rtsp_play( http_client_t *hc, const char *pids, char _stream[32], _w[16]; const char *p[8], *add[8], *del[8]; int pcnt, addcnt, delcnt; - int i, r, index = 0; + int i, r = 0, index = 0; char buf[max_pids_len + 32]; if (max_pids_len < 32) -- 2.47.2