[MPlayer-cvslog] r34281 - trunk/gui/win32/wincfg.c
ib
subversion at mplayerhq.hu
Mon Oct 31 12:51:03 CET 2011
Author: ib
Date: Mon Oct 31 12:51:03 2011
New Revision: 34281
Log:
Add missing parameter to Win32 GUI's call to m_config_parse_config_file().
This parameter is new since r34260.
Modified:
trunk/gui/win32/wincfg.c
Modified: trunk/gui/win32/wincfg.c
==============================================================================
--- trunk/gui/win32/wincfg.c Mon Oct 31 01:47:40 2011 (r34280)
+++ trunk/gui/win32/wincfg.c Mon Oct 31 12:51:03 2011 (r34281)
@@ -92,7 +92,7 @@ int cfg_gui_include(m_option_t *conf, co
{
(void)conf;
- return m_config_parse_config_file(gui_conf, filename);
+ return m_config_parse_config_file(gui_conf, filename, 0);
}
int cfg_read(void)
More information about the MPlayer-cvslog
mailing list