mirror of
https://github.com/xzeldon/htop.git
synced 2025-01-31 09:07:25 +03:00
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…
x
Reference in New Issue
Block a user