[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] [ANNOUNCE] FreeMiNT 1.17.0 Released !
On Thu, 2010-12-30 at 22:23 +0100, Jo Even Skarstein wrote:
> On Thu, 2010-12-30 at 22:12 +0100, Helmut Karlowski wrote:
>
> > I don't think it's the #ifdef MILAN. This needs a logical approach: Is the
> > table correctly loaded? Why is the deadkey not detected? etc.
>
> You are right. The deadkey-table appears to not be loaded.
I think I found the bug. keytab_size was not set correctly in
load_external_table(), which caused sys_b_bioskeys() to miss the last
byte when copying the table. It seems to work fine now. Will remove all
my debug-stuff and submit a patch.
I think the bug has been there since I first implemented the
deadkeys-stuff, it has probably only worked by accident... Perhaps the
reorganization you did this autumn was enough to stop it from working.
Jo Even