changeset 34193:95f91c9bcc9f

Add missing parameter to Win32 GUI's call to m_config_parse_config_file(). This parameter is new since r34260.
author ib
date Mon, 31 Oct 2011 11:51:03 +0000
parents 985b12b73d0d
children 280b461a6676
files gui/win32/wincfg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/win32/wincfg.c	Mon Oct 31 00:47:40 2011 +0000
+++ b/gui/win32/wincfg.c	Mon Oct 31 11:51:03 2011 +0000
@@ -92,7 +92,7 @@
 {
     (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)