[PATCH] gui/menu: optimize language table.

Reimar Döffinger <[email protected]>
Newsgroups gmane.comp.video.mplayer.devel
Message-ID <[email protected]>
Store fixed size 4 entry directly
instead of via pointer.
---
 gui/dialog/menu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/dialog/menu.c b/gui/dialog/menu.c
index de6f45f..fcb56fb 100644
--- a/gui/dialog/menu.c
+++ 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;
 
-- 
2.7.0

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