Re: [PATCH] gui/menu: optimize language table.

Ingo Brückl <[email protected]>
Newsgroups gmane.comp.video.mplayer.devel
Message-ID <[email protected]>
Reimar Döffinger wrote on Sat, 13 Feb 2016 23:50:48 +0100:

> Store fixed size 4 entry directly
> instead of via pointer.

> diff --git a/gui/dialog/menu.c b/gui/dialog/menu.c
> index de6f45f..fcb56fb 100644
> +++ b/gui/dialog/menu.c
> @@ -230,7 +230,7 @@ GtkWidget * AddSeparator( GtkWidget * Menu )
>  typedef struct
>  {
>   int id;
> - const char * id2;
> + const char id2[4];
>   const char * name;
>  } Languages_t;

I can sense Coverity on strcasecmp(Languages[i].id2, p). After fixing id2[3]
seems enough.

Ingo
_______________________________________________
MPlayer-dev-eng mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.