mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 01:48:02 +02:00
Remove now-misleading comment
Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
433dddcf29
commit
44e8165414
1 changed files with 0 additions and 1 deletions
1
os/log.c
1
os/log.c
|
|
@ -177,7 +177,6 @@ LogInit(const char *fname, const char *backup)
|
|||
char *logFileName = NULL;
|
||||
|
||||
if (fname && *fname) {
|
||||
/* malloc() can't be used yet. */
|
||||
logFileName = malloc(strlen(fname) + strlen(display) + 1);
|
||||
if (!logFileName)
|
||||
FatalError("Cannot allocate space for the log file name\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue