[vlc-devel] [PATCH] Taglib: undefined operation de to duplicate usage of var with post-increment
Dominique Leuenberger
dominique at leuenberger.net
Sat Jan 17 16:49:48 CET 2009
On Sat, 2009-01-17 at 17:39 +0200, Rémi Denis-Courmont wrote:
> Le samedi 17 janvier 2009 17:32:45 Dominique Leuenberger, vous avez écrit :
> > demux_t* p_demux, demux_meta_t* int max_size = p_ufid->identifier().size()
> > < 63 ?
> > p_ufid->identifier().size() : 63;
> > while( j < max_size )
> > - psz_ufid[j] = p_ufid->identifier()[j++];
> > + psz_ufid[j] = p_ufid->identifier()[j];
> > + j++;
> > psz_ufid[j] = '\0';
> > vlc_meta_SetTrackID( p_meta, psz_ufid );
> > }
>
> Come on, this is C, not Python.
>
Come on... I assume there must be reasons why some tools nag around
about this, no?
But I guess I'll just give up here and stay quiet building packages
only.. sorry for the noise... will keep it down from now on.
Dominique
More information about the vlc-devel
mailing list