From a9a5988092cfcdff5f5440ad6b90f93ab52ff979 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sat, 28 Jun 2008 10:05:00 -0300 Subject: Update report icons (drawn by Jakub), and fix compilation error. --- hardinfo2/arch/common/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/arch/common') diff --git a/hardinfo2/arch/common/users.h b/hardinfo2/arch/common/users.h index d195fe31..2361a4bf 100644 --- a/hardinfo2/arch/common/users.h +++ b/hardinfo2/arch/common/users.h @@ -41,7 +41,7 @@ scan_users_do(void) uid = atoi(tmp[2]); strend(tmp[4], ','); - users = h_strdup_cprintf("$%s$%s=%s\n", sys_users, key, tmp[0], tmp[4]); + users = h_strdup_cprintf("$%s$%s=%s\n", users, key, tmp[0], tmp[4]); g_strfreev(tmp); } -- cgit v1.2.3