(file) Return to xf86Init.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / common

Diff for /xc/programs/Xserver/hw/xfree86/common/xf86Init.c between version 3.90 and 3.91

version 3.90, 1999/01/14 13:04:06 version 3.91, 1999/01/17 10:53:57
Line 1 
Line 1 
 /* $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.
Line 1136 
Line 1136 
         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;
         }         }


Legend:
Removed from v.3.90  
changed lines
  Added in v.3.91

Powered by
ViewCVS 0.9.2