mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 23:49:24 +00:00
missing action in if statement.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user