diff options
Diffstat (limited to 'src/input/input_vcd.c')
-rw-r--r-- | src/input/input_vcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_vcd.c b/src/input/input_vcd.c index b15130500..6eee5075a 100644 --- a/src/input/input_vcd.c +++ b/src/input/input_vcd.c @@ -1058,7 +1058,7 @@ static char ** vcd_class_get_autoplay_list (input_class_t *this_gen, int *num_fi /* printf ("%d tracks\n", this->total_tracks); */ - return this->filelist; + return (const char * const *)this->filelist; } static void *init_class (xine_t *xine, void *data) { |