[xserver-commit] xizzle/common xf86Configure.c,3.84,3.85
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/common
In directory pdx:/tmp/cvs-serv4532/common
Modified Files:
xf86Configure.c
Log Message:
Fix xf86HandleConfigFile() snafu - call with no arguments.
Index: xf86Configure.c
===================================================================
RCS file: /cvs/xserver/xizzle/common/xf86Configure.c,v
retrieving revision 3.84
retrieving revision 3.85
diff -u -d -r3.84 -r3.85
--- a/xf86Configure.c 4 Mar 2004 02:33:00 -0000 3.84
+++ b/xf86Configure.c 7 Mar 2004 23:31:09 -0000 3.85
@@ -864,7 +864,7 @@
xf86DoConfigurePass1 = FALSE;
/* Try to get DDC information filled in */
xf86ConfigFile = filename;
- if (xf86HandleConfigFile(FALSE) != CONFIG_OK) {
+ if (xf86HandleConfigFile() != CONFIG_OK) {
goto bail;
}