Fix typo in 5bf2c88d23
Amazing how these things hide until you see the diff come back from the commit list.
This commit is contained in:
parent
5bf2c88d23
commit
599a0f3f1e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue