[MPlayer-dev-eng] [PATCH] another batch of compilation warnings fixes (GUI too)
Dominik Mierzejewski
dominik at rangers.eu.org
Thu Oct 10 09:56:47 CEST 2002
On Thursday, 10 October 2002, Arpi wrote:
> 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**
Yes, I thought there was something wrong with my fix. Thanks.
--
MPlayer RPMs maintainer: http://www.piorunek.pl/~dominik/linux/pkgs/mplayer/
"The Universe doesn't give you any points for doing things that are easy."
-- Sheridan to Garibaldi in Babylon 5:"The Geometry of Shadows"
More information about the MPlayer-dev-eng
mailing list