mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 11:38:20 +02:00
missing action in if statement.
This commit is contained in:
parent
bc0c7075e2
commit
85f650c9b7
1 changed files with 1 additions and 0 deletions
|
|
@ -780,6 +780,7 @@ DoConfigure()
|
|||
if (!(filename =
|
||||
(char *)xalloc(strlen(home) +
|
||||
strlen(configfile) + 3)))
|
||||
goto bail;
|
||||
|
||||
if (home[0] == '/' && home[1] == '\0')
|
||||
home[0] = '\0';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue