[vlc-devel] [PATCH 2/2] Change: Tab-Fix, Minor code fix

Edward Wang edward.c.wang at compdigitec.com
Mon Jul 28 20:31:53 CEST 2014


On Mon, Jul 28, 2014 at 2:29 PM, Maximilian Madlung <maxi.madlung at gmx.de> wrote:
> ---
>  src/input/es_out.c |   18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/src/input/es_out.c b/src/input/es_out.c
> index 53ae491..95da724 100644
> --- a/src/input/es_out.c
> +++ b/src/input/es_out.c
> @@ -2727,24 +2727,24 @@ static char *LanguageGetName( const char *psz_code )
>          return strdup( "" );
>      }
>
> -    /* Check if the language code consists a - and only take the front
> +    /* Check if the language code consists a "-[...]" and only take the front
>         part as language */

Please merge these kinds of changes into your previous patch.

Regards,
   Edward Wang



More information about the vlc-devel mailing list