Commit Graph

2 Commits

Author SHA1 Message Date
FRIGN 5595af5742 Convert humansize() to accept a size_t instead of a double
General convention is to use size_t to store sizes of all kinds.
Internally, the function uses double anyway, but at least this
doesn't clobber up the API any more and there's a chance in the
future to make this function a bit cleaner and not use this dirty
static buffer hack any more.
2015-04-25 11:43:14 +01:00
sin 027052f5e5 Rename util/ to libutil/ 2014-11-17 16:48:34 +00:00