Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
imagecache: compilation error fix
  • Loading branch information
perexg committed Jun 23, 2015
1 parent 27734fe commit f90ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagecache.c
Expand Up @@ -408,7 +408,7 @@ htsmsg_t *
imagecache_get_config ( void )
{
htsmsg_t *m = htsmsg_create_map();
prop_read_values(&imagecache_conf, imagecache_props, m, NULL, 0);
prop_read_values(&imagecache_conf, imagecache_props, m, NULL, 0, NULL);
return m;
}

Expand Down

0 comments on commit f90ee66

Please sign in to comment.