mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-26 16:06:36 +03:00
Build fix.
This commit is contained in:
@ -76,5 +76,5 @@ int Platform_getUptime() {
|
|||||||
fscanf(fd, "%64lf", &uptime);
|
fscanf(fd, "%64lf", &uptime);
|
||||||
fclose(fd);
|
fclose(fd);
|
||||||
}
|
}
|
||||||
int totalseconds = (int) floor(uptime);
|
return (int) floor(uptime);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user