-
- Downloads
fix endless loop caused by trying to split into more parts of size 'with' than fit.
when splitting by an integer don't return any reminding fraction as extra part but instead spread it over the existing parts. this will make some parts longer than others, but depending on the situation this is desired. to get only equal sized parts with a remaining fractional part split by a float. Rev: lib/modules/Calendar.pmod/YMD.pike:1.18
Loading
Please register or sign in to comment