Re: [Tuxpaint-devel] Tux Paint 0.9.16 build for Mac OS X?
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2006-10-12 07:33:36
|
On Wed, Oct 11, 2006 at 08:52:13PM -0600, Martin Fuhrer wrote: > Aha, that's the problem. I didn't compile with -DHAVE_STRCASESTR, so > TuxPaint's custom strcasestr() is being called. I had to change the > return statement from > > return (result - uphaystack + (char *) haystack); > > to: > > if (result != NULL) > return (result - uphaystack + (char *) haystack); > else > return NULL; > > and now everything runs fine. I still have to clean up a couple > things and then I'll get a disk image posted. I've applied this change to CVS, too. Thanks! Glad to hear it's working, can't wait to give it a try! -bill! |