Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
picons: lower the buffer size
  • Loading branch information
perexg committed Oct 2, 2014
1 parent 370013b commit 797b033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/mpegts_service.c
Expand Up @@ -406,7 +406,7 @@ mpegts_service_channel_icon ( service_t *s )
if (ms->s_dvb_mux &&
idnode_is_instance(&ms->s_dvb_mux->mm_id, &dvb_mux_class)) {
int32_t hash = 0;
static __thread char buf[1024];
static __thread char buf[128];
dvb_mux_t *mmd = (dvb_mux_t*)ms->s_dvb_mux;

switch ( mmd->lm_tuning.dmc_fe_type) {
Expand Down

0 comments on commit 797b033

Please sign in to comment.