mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Merge branch 'master' of https://github.com/hishamhm/htop
This commit is contained in:
@ -77,7 +77,7 @@ int Platform_getUptime() {
|
||||
fscanf(fd, "%64lf", &uptime);
|
||||
fclose(fd);
|
||||
}
|
||||
int totalseconds = (int) floor(uptime);
|
||||
return (int) floor(uptime);
|
||||
}
|
||||
|
||||
void Platform_getLoadAverage(double* one, double* five, double* fifteen) {
|
||||
|
Reference in New Issue
Block a user