xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Nov 24 20:39:44 PST 2008


 hw/xfree86/common/xf86Configure.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 599a0f3f1e3ae92676e3648471576c0001cfd9ae
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Mon Nov 24 20:37:58 2008 -0800

    Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2
    
    Amazing how these things hide until you see the diff come back from
    the commit list.

diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c
index 7778060..b4ec729 100644
--- a/hw/xfree86/common/xf86Configure.c
+++ b/hw/xfree86/common/xf86Configure.c
@@ -771,7 +771,7 @@ DoConfigure(void)
     xf86config->conf_layout_lst = configureLayoutSection();
 
     home = getenv("HOME");
-    if ((home == NULL) || (home[0] = '\0')) {
+    if ((home == NULL) || (home[0] == '\0')) {
     	home = "/";
     } else {
 	/* Determine if trailing slash is present or needed */


More information about the xorg-commit mailing list