aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.c')
-rw-r--r--libsylph/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/utils.c b/libsylph/utils.c
index 18612eaa..0cb484f0 100644
--- a/libsylph/utils.c
+++ b/libsylph/utils.c
@@ -267,7 +267,7 @@ gchar *itos(gint n)
return itos_buf(nstr, n);
}
-gchar *to_human_readable(off_t size)
+gchar *to_human_readable(gint64 size)
{
static gchar str[10];