From 8404ebf1d44420f3e0d1d0b5653b3bd8b9fdaefc Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 21 Oct 2012 14:24:01 +0200 Subject: Even more SysInfo fixes --- plugins/sysinfo/match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sysinfo/match.c') diff --git a/plugins/sysinfo/match.c b/plugins/sysinfo/match.c index 3ad44716..3184ce22 100644 --- a/plugins/sysinfo/match.c +++ b/plugins/sysinfo/match.c @@ -54,7 +54,7 @@ char *pretty_freespace(const char *desc, unsigned long long *free_k, unsigned lo free_space = free_space / 1024; total_space = total_space / 1024; } - if (sysinfo_get_percentages () != 0) + if (sysinfo_get_percent () != 0) snprintf(result, bsize, "%s: %.1f%s, %.1f%% free", desc, total_space, bytesize, percentage(free_k, total_k)); -- cgit 1.4.1