lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

140-compile_fix.patch (386B)


      1 --- a/src/parse.c
      2 +++ b/src/parse.c
      3 @@ -125,7 +125,7 @@ int readCommandLine( int argc, char *arg
      4        
      5  	      		d2printf( "command line command %s found\n", pchCommandTranslations[ iCmd+1]) ;
      6  	      
      7 -	      		vsnprintf( achCommand, sizeof( achCommand), 
      8 +	      		snprintf( achCommand, sizeof( achCommand), 
      9  			   	   pchCommandTranslations[ iCmd+1], 
     10  				   &argv[ i+1]) ;
     11