diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-28 10:05:00 -0300 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-28 10:05:00 -0300 | 
| commit | a9a5988092cfcdff5f5440ad6b90f93ab52ff979 (patch) | |
| tree | 69721dde1f58f1f8010a1ef2e48a3296557550a3 /hardinfo2/arch/common | |
| parent | 135dd6a9323f25ff3526cd41a5f8272e395777a6 (diff) | |
Update report icons (drawn by Jakub), and fix compilation error.
Diffstat (limited to 'hardinfo2/arch/common')
| -rw-r--r-- | hardinfo2/arch/common/users.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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);      } | 
