diff options
author | 05356787 <05356787@localhost.localdomain> | 2008-10-30 09:17:45 -0200 |
---|---|---|
committer | 05356787 <05356787@localhost.localdomain> | 2008-10-30 09:17:45 -0200 |
commit | ff03a5d1bf53392f324e4653764b3079bd94c4bf (patch) | |
tree | d227fa8bbb7f11b555cad0295e234c813747bf5d /hardinfo2/arch/linux/common/filesystem.h | |
parent | 437e43308bc69e6d40d8252bd932276e2ba68a8e (diff) |
Cleanups
Diffstat (limited to 'hardinfo2/arch/linux/common/filesystem.h')
-rw-r--r-- | hardinfo2/arch/linux/common/filesystem.h | 4 |
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); |