On 20.02.2010, at 12:54, manolo gouy wrote: > Matt: your new Fl_data_Type::make() of src/Fl_Function_Type.cxx > breaks 64-bit compilations of fluid because of a > pointer-to-unsigned-int cast (line 742). > I tentatively repaired it using the %p format specifier specialized > for formatting pointers. If %p is not portable enough, > sprintf(buf, "data_%016x", (unsigned long int)o); > would do the trick. > Please, review my (tentative) change. Thanks.
Good point. The function is really only to create a somewhat default name for the binary data variable. I should probably take this out entirely. Matthias _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
