]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix default compose table initialization
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 3 Mar 2008 01:23:49 +0000 (01:23 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 3 Mar 2008 22:53:16 +0000 (14:53 -0800)
commit5ce2087ed0eb424e0889bdc9102727f65d2ecdde
tree8a20c8e22a0a387a4c594e61004ab86c5456f8b8
parentcad226b8a71f969ad05137e43b48c9e6059a0b9f
Fix default compose table initialization

Oddly enough, unsigned int c = '\300'; puts a "negative" value in c, not
0300...  This fixes the default unicode compose table by using integers
instead of character constants.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/acorn/char/defkeymap-l7200.c
drivers/char/defkeymap.c_shipped
drivers/s390/char/defkeymap.c