[MPlayer-users] Gui bug win32
Henry
defsyn at gmail.com
Mon Oct 31 13:11:37 CET 2011
On Mon, Oct 31, 2011 at 7:52 AM, Ingo Brückl <ib at wupperonline.de> wrote:
> Henry wrote on Mon, 31 Oct 2011 07:21:32 -0400:
>
> > Compiler complains that the function does not have sufficient parameters.
>
> > parser-cfg.c line:56
> > m_config_parse_config_file(m_config_t* config, const char *confile,
> int silent)
>
> Fixed in svn r34281.
>
> Line 95 has been changed: it now has 3 parameters.
But shouldn't the program at least try to figure out what the third
parameter should be
without hard coding a 0 for the third parameter?
Line 107 of wincfg.c still lists the function as using only 2 parameters.
if (m_config_parse_config_file(gui_conf, cfg) (0)
More information about the MPlayer-users
mailing list