Amazing how these things hide until you see the diff come back from
the commit list.
This commit is contained in:
Alan Coopersmith 2008-11-24 20:37:58 -08:00
parent 5bf2c88d23
commit 599a0f3f1e

View File

@ -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 */