Re: [Tuxpaint-devel] Windows beta build to test Input Method support?
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Mark K. K. <mkk...@gm...> - 2007-05-04 02:42:30
|
On Wed, May 02, 2007 at 11:32:52PM -0700, Bill Kendrick wrote: > FYI, it looks like your fix for that causes a crash when Tux Paint is > run in a locale that there's no specific IM support for (e.g., crashes > when I run 'tuxpaint'; works fine when I run 'tuxpaint --lang japanese'). > > Undoing this (in im_read()) fixed it: > > > IM_EVENT_FN* im_event_fp = NULL; // added * > ... > im_event_fp = &im_event_fns[im->lang]; // added & Thank, Bill. I added that code because I thought it's the correct C syntax. I could be wrong... maybe they should be taken out. It shouldn't crash, though. I'll look into it this weekend. -Mark |