Warning fix.
This commit is contained in:
@@ -72,7 +72,7 @@ glibtop_get_kstats(glibtop *server)
|
|||||||
life time of a process, but let's hope that's just an error in
|
life time of a process, but let's hope that's just an error in
|
||||||
the documentation. */
|
the documentation. */
|
||||||
|
|
||||||
if(nproc_same = new_ncpu == server->ncpu)
|
if((nproc_same = new_ncpu) == server->ncpu)
|
||||||
{
|
{
|
||||||
int checked, i;
|
int checked, i;
|
||||||
char cpu[20];
|
char cpu[20];
|
||||||
|
Reference in New Issue
Block a user