[vlc-devel] [PATCH 01/13] lib/media_discovery: narrower scope	of iteration variable
    Christoph Miebach 
    christoph.miebach at web.de
       
    Thu Oct 13 09:39:29 CEST 2016
    
    
  
Hello!
I think this kind of patch is allowed to be pushed without another extra email in the future.
There a 2 possible states:
-we want the change introduced by the patch
-we don’t want the change
Since there were several of those patches here already, I guess we all agree on the first variant.
So, IMHO just go ahead an push patches like this without additional email.
Regards
Christoph
 
> On 12 Oct 2016, at 20:08, Filip Roséen <filip at atch.se> wrote:
> 
> -    int i;
> -
> -    for( i = 0; all_keys[i]; i++ )
> +    for( int i = 0; all_keys[i]; i++ )
    
    
More information about the vlc-devel
mailing list