Skip to content

utils: Use GLib format size

Currently we perform unit conversion manually, this patch uses GLib provided standard function format_size() for converting larger byte values into KB, MB, GB etc.

Fixes: #26 (closed)

Merge request reports