From 599a0f3f1e3ae92676e3648471576c0001cfd9ae Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 24 Nov 2008 20:37:58 -0800 Subject: [PATCH] Fix typo in 5bf2c88d2317230b95b2904cb975167d03ee13a2 Amazing how these things hide until you see the diff come back from the commit list. --- hw/xfree86/common/xf86Configure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Configure.c b/hw/xfree86/common/xf86Configure.c index 777806043..b4ec7295f 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 */