X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fplaylist%2Fpls.c;h=d499db0badab8b366cc4716b1fbbc81635e2e952;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=89f58ab4cbbc6d3972959fc1d019add9acd892d3;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/demux/playlist/pls.c b/modules/demux/playlist/pls.c index 89f58ab4cb..d499db0bad 100644 --- a/modules/demux/playlist/pls.c +++ b/modules/demux/playlist/pls.c @@ -121,7 +121,7 @@ static int Demux( demux_t *p_demux ) } if( !strcasecmp( psz_key, "numberofentries" ) ) { - msg_Dbg( p_demux, "pls should have %d entries", atoi(psz_value) ); + msg_Dbg( p_demux, "pls should have %d entries", atoi(psz_value) ); free( psz_line); continue; }