From 5e8d6f91948bdc9bbb1d209f5368f301e694c412 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 9 Jan 2009 03:24:37 +0000 Subject: [PATCH] added comment to clarify tests --- inxi | 1 + 1 file changed, 1 insertion(+) diff --git a/inxi b/inxi index fb8ed64..2a50ba8 100755 --- a/inxi +++ b/inxi @@ -1870,6 +1870,7 @@ get_hdd_data_basic() getline } # if the first item caused a wrap, use one less than standard + # testing for the field with % in it, ie: 34%, then go down from there if ( $4 ~ /.*\%/ ) { used += $2 }