[MPlayer-dev-eng] [PATCH] another batch of compilation warnings fixes (GUI too)

Arpi arpi at thot.banki.hu
Thu Oct 10 03:19:20 CEST 2002


Hi,

> > -	     char ** tmp = *( (char **)gui_opts[i].p );
> > +	     char ** tmp = (char **)gui_opts[i].p;
bad fix, the right one:
char ** tmp = *( (char ***)gui_opts[i].p );

as [].p is a pointer to a char**


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list