From 84e4dc6b1776abccc6167c7f037ddca5b5a53244 Mon Sep 17 00:00:00 2001 From: 05356787 <05356787@localhost.localdomain> Date: Fri, 31 Oct 2008 16:32:48 -0200 Subject: Make headers clickable --- hardinfo2/arch/linux/common/filesystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/arch/linux/common/filesystem.h') diff --git a/hardinfo2/arch/linux/common/filesystem.h b/hardinfo2/arch/linux/common/filesystem.h index 48dd2160..f5b932b8 100644 --- a/hardinfo2/arch/linux/common/filesystem.h +++ b/hardinfo2/arch/linux/common/filesystem.h @@ -58,7 +58,7 @@ scan_filesystems(void) used = size - avail; if (avail == 0.0f) { - use_ratio = 0.0f; + use_ratio = 100.0f; } else { use_ratio = 100.0f * (used / size); } -- cgit v1.2.3