Bug #10770: "Inputdevs" isn't a valid config file keyword.
This commit is contained in:
parent
62f43d8b33
commit
928836a5ab
|
@ -258,7 +258,7 @@ xf86printFileSection (FILE * cf, XF86ConfFilesPtr ptr)
|
||||||
s++;
|
s++;
|
||||||
p = index (s, ',');
|
p = index (s, ',');
|
||||||
}
|
}
|
||||||
fprintf (cf, "\tInputdevs \"%s\"\n", s);
|
fprintf (cf, "\tInputDevices \"%s\"\n", s);
|
||||||
}
|
}
|
||||||
if (ptr->file_fontpath)
|
if (ptr->file_fontpath)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue