Warning fix.

This commit is contained in:
Martin Baulig
1999-12-25 18:37:21 +00:00
parent 42cbc7cf0c
commit 91e94f9c0d

View File

@@ -72,7 +72,7 @@ glibtop_get_kstats(glibtop *server)
life time of a process, but let's hope that's just an error in
the documentation. */
if(nproc_same = new_ncpu == server->ncpu)
if((nproc_same = new_ncpu) == server->ncpu)
{
int checked, i;
char cpu[20];