|
version 3.90, 1999/01/14 13:04:06
|
version 3.91, 1999/01/17 10:53:57
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.89 1999/01/14 01:44:17 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v 3.90 1999/01/14 13:04:06 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright 1991-1998 by The XFree86 Project, Inc. | * Copyright 1991-1998 by The XFree86 Project, Inc. |
|
|
|
| else | else |
| opt = NULL; | opt = NULL; |
| | |
| if (!LoadModule(name, xf86ModulePath, NULL, NULL, opt, |
if (!LoadModule(name, xf86ModulePath, NULL, NULL, opt, NULL, |
| &errmaj, &errmin)) { | &errmaj, &errmin)) { |
| ErrorF("Failed to load module \"%s\"\n", name); |
LoaderErrorMsg(NULL, name, errmaj, errmin); |
| xfree(name); | xfree(name); |
| return FALSE; | return FALSE; |
| } | } |