> In gui/Source/NSTableView.m there is use of the function > "floorf". I think it's the only time it's used in gnustep. > It is not found on Windows 2000 with CygWin/MinGW. > > Is there any reason why it can't just be "floor"?
I don't think there is any one. I definetly should have written "floorf" when I wrote this line. > > If not, could I please log this as a bug and request the > change: > > diff -r1.44 NSTableView.m > 2270c2270 > < int remainingInt = floorf(remainingWidth); > --- > > int remainingInt = floor(remainingWidth); I'll commit this change ASAP. bye, Pierre-Yves Rivaille _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
