missing action in if statement.

This commit is contained in:
Matthieu Herrb 2008-11-23 13:14:27 +01:00
parent bc0c7075e2
commit 85f650c9b7

View File

@ -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';