aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/filesystem.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-10-30 19:46:50 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-10-30 19:46:50 -0300
commit69268767f3055cb6e1548459185c2617ef7977f6 (patch)
tree347ec46bbd08c804c84d0fd7523916134cf2af00 /hardinfo2/arch/linux/common/filesystem.h
parent8914b84d5db87443b311a9646c9c93ea2b4f2c27 (diff)
parent1d2c77e7e1b4c3fcbc6a36dd89fe3287c324e032 (diff)
Merge branch 'master' of git@github.com:lpereira/hardinfo
Diffstat (limited to 'hardinfo2/arch/linux/common/filesystem.h')
-rw-r--r--hardinfo2/arch/linux/common/filesystem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hardinfo2/arch/linux/common/filesystem.h b/hardinfo2/arch/linux/common/filesystem.h
index 3581ccbb..b3008387 100644
--- a/hardinfo2/arch/linux/common/filesystem.h
+++ b/hardinfo2/arch/linux/common/filesystem.h
@@ -81,9 +81,9 @@ scan_filesystems(void)
stravail);
g_hash_table_insert(moreinfo, g_strdup_printf("FS%d", ++count), strhash);
- fs_list = h_strdup_cprintf("$FS%d$%s=%s total, %s free\n",
+ fs_list = h_strdup_cprintf("$FS%d$%s=%s|%s\n",
fs_list,
- count, tmp[0], strsize, stravail);
+ count, tmp[0], stravail, strsize);
g_free(strsize);
g_free(stravail);