[vlc-devel] [PATCH] src: os2: fix typo

KO Myung-Hun komh78 at gmail.com
Sat Jun 10 09:11:06 CEST 2017


Ping ?

KO Myung-Hun wrote:
> ---
>  src/os2/specific.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/os2/specific.c b/src/os2/specific.c
> index dabca56b53..3f4eb266c7 100644
> --- a/src/os2/specific.c
> +++ b/src/os2/specific.c
> @@ -98,7 +98,7 @@ static void IPCHelperThread( void *arg )
>              if( p_playlist )
>              {
>                  playlist_AddExt( p_playlist, ppsz_argv[ i_opt ], NULL,
> -                                 ((i_opt == 0 && ulCmd != IPC_CMD_ENQUEUE ),
> +                                 i_opt == 0 && ulCmd != IPC_CMD_ENQUEUE,
>                                   i_options,
>                                   ( char const ** )
>                                       ( i_options ? &ppsz_argv[ i_opt + 1 ] :

-- 
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