[ros-diffs] [ablackmann] 43990: Whiners...

ablackmann at svn.reactos.org ablackmann at svn.reactos.org
Sat Nov 7 00:35:28 CET 2009


Author: ablackmann
Date: Sat Nov  7 00:35:28 2009
New Revision: 43990

URL: http://svn.reactos.org/svn/reactos?rev=43990&view=rev
Log:
Whiners...


Modified:
    trunk/reactos/tools/kbdtool/output.c

Modified: trunk/reactos/tools/kbdtool/output.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/kbdtool/output.c?rev=43990&r1=43989&r2=43990&view=diff
==============================================================================
--- trunk/reactos/tools/kbdtool/output.c [iso-8859-1] (original)
+++ trunk/reactos/tools/kbdtool/output.c [iso-8859-1] Sat Nov  7 00:35:28 2009
@@ -1003,7 +1003,7 @@
                 /* Print out the WCH_ name */
                 fprintf(FileHandle,
                         ",%-9s",
-                        WChName(Layout->Entry[j].CharData[k]));
+                        WChName(Layout->Entry[j].CharData[k], 0));
                 
                 /* If we have something on the line buffer by now, add WCH_NONE */
                 if (*LineBuffer != '\0') strcpy(LineBuffer, "WCH_NONE ");




More information about the Ros-diffs mailing list