>>>>> "Nicolas" == Nicolas Pitre <nico@xxxxxxx> writes: >> Will a patch which does round-to-nearest (instead of the current >> round-to-zero) be accepted? Nicolas> Sure. What about this (untested): Nicolas> + int x = total + 5243; /* for rounding */ Nicolas> + int x = total + 5; /* for rounding */ That looks correct. -JimC -- James Cloos <cloos@xxxxxxxxxxx> OpenPGP: 1024D/ED7DAEA6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html