From ed4d0b93832732a199f4fb07c70350401f2eaceb Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 2 Jul 2007 17:19:18 +0000 Subject: Fix filesystem info. --- hardinfo2/arch/linux/common/filesystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hardinfo2/arch/linux/common') diff --git a/hardinfo2/arch/linux/common/filesystem.h b/hardinfo2/arch/linux/common/filesystem.h index 74c019e0..b08bd39c 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 = g_strdup_printf("%s$%s$%s=%s total, %s free\n", + fs_list = g_strdup_printf("%s$FS%d$%s=%s total, %s free\n", fs_list, - tmp[0], tmp[0], strsize, stravail); + count, tmp[0], strsize, stravail); g_free(strsize); g_free(stravail); -- cgit v1.2.3