mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
fixup another calloc build issue
This commit is contained in:
@@ -538,7 +538,7 @@ configureModuleSection (void)
|
||||
for (el = elist; *el; el++) {
|
||||
XF86LoadPtr module;
|
||||
|
||||
module = xf86confcalloc(sizeof(XF86LoadRec));
|
||||
module = xf86confcalloc(1, sizeof(XF86LoadRec));
|
||||
module->load_name = *el;
|
||||
|
||||
/* Add only those font backends which are referenced by fontpath */
|
||||
|
||||
Reference in New Issue
Block a user