xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Thu Jun 28 13:47:22 PDT 2007


 hw/xfree86/parser/Files.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 928836a5abd85466e920eb487fab9ccb295e0c5b (from 62f43d8b33f67d8f3d0bd65787ffae9e6b634d65)
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Thu Jun 28 16:29:28 2007 -0400

    Bug #10770: "Inputdevs" isn't a valid config file keyword.

diff --git a/hw/xfree86/parser/Files.c b/hw/xfree86/parser/Files.c
index 2688bb1..d304737 100644
--- a/hw/xfree86/parser/Files.c
+++ b/hw/xfree86/parser/Files.c
@@ -258,7 +258,7 @@ xf86printFileSection (FILE * cf, XF86Con
 			s++;
 			p = index (s, ',');
 		}
-		fprintf (cf, "\tInputdevs   \"%s\"\n", s);
+		fprintf (cf, "\tInputDevices   \"%s\"\n", s);
 	}
 	if (ptr->file_fontpath)
 	{


More information about the xorg-commit mailing list