On Thu, Mar 27, 2003 at 12:00:26AM -0000, John Popplewell wrote: > Hey bill!, > > I notice that you haven't updated CVS with the previously > enclosed fixes for WIN32. e.g. > > using: > edge** edges = alloca(variable*sizeof(edge*)) > instead of: > edge* edges[variable]
Like I mentioned before, this stuff is for the scanline file routine, which I never got working right. :^) > mistyping sprintf() instead of snprintf() Fixed. :^) > some essential char* casts from void Erp... D'oh! > extra closing squiggly bracket Shoot :^) > MSVC doesn't support allocating dynamically sized arrays on the stack > directly (hence alloca) and the sprintf()/snprintf() error was very nasty! > > I originally sent you the patch on the 23rd February: > 'tuxpaint-0.9.10-win32-updates.zip' Can't find. :^( Can you resend? (esp. if you can base it off of current CVS :^) ) Thx & sorry! -bill! _______________________________________________ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
