[vlc-devel] [PATCH] src: os2: fix mismatched arguments list

KO Myung-Hun komh78 at gmail.com
Mon Aug 13 10:02:24 CEST 2018


Ping ?

KO Myung-Hun wrote:
> ---
>  src/os2/specific.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/src/os2/specific.c b/src/os2/specific.c
> index 75a06be098..9417c1108f 100644
> --- a/src/os2/specific.c
> +++ b/src/os2/specific.c
> @@ -103,8 +103,7 @@ static void IPCHelperThread( void *arg )
>                                   ( char const ** )
>                                       ( i_options ? &ppsz_argv[ i_opt + 1 ] :
>                                                     NULL ),
> -                                 VLC_INPUT_OPTION_TRUSTED,
> -                                 true );
> +                                 VLC_INPUT_OPTION_TRUSTED );
>              }
>  
>              for( ; i_options >= 0; i_options-- )

-- 
KO Myung-Hun

Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.32 on Intel Core i7-3615QM 2.30GHz with 8GB RAM

Korean OS/2 User Community : http://www.os2.kr/



More information about the vlc-devel mailing list