From: Samuel Thibault Date: Mon, 3 Mar 2008 01:23:49 +0000 (+0000) Subject: Fix default compose table initialization X-Git-Tag: v2.6.25-rc4~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce2087ed0eb424e0889bdc9102727f65d2ecdde;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed