mirror of https://github.com/xzeldon/htop.git
Build fix.
This commit is contained in:
parent
ca03094bb2
commit
e748401588
|
@ -76,5 +76,5 @@ int Platform_getUptime() {
|
|||
fscanf(fd, "%64lf", &uptime);
|
||||
fclose(fd);
|
||||
}
|
||||
int totalseconds = (int) floor(uptime);
|
||||
return (int) floor(uptime);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue