From 388558bbbedf8499e696b90ed0eb91d76ed17723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20E=2E=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 20 Dec 2008 02:05:30 +0100 Subject: Fix size of mrls array. --- src/input/input_dvb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index 0fa5ba971..d4f4c342f 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -286,7 +286,7 @@ typedef struct { xine_t *xine; - char *mrls[5]; + char *mrls[6]; int numchannels; -- cgit v1.2.3