Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
procps
procps-ng-3.3.8-vmstat-terabyte.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File procps-ng-3.3.8-vmstat-terabyte.dif of Package procps
--- src/vmstat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- src/vmstat.c +++ src/vmstat.c 2023-02-08 08:59:05.175343180 +0000 @@ -333,8 +333,8 @@ static void new_header(void) static unsigned long unitConvert(unsigned long size) { - double cvSize; - cvSize = (double)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 1024); + long double cvSize; + cvSize = (long double)size / dataUnit * ((statMode == SLABSTAT) ? 1 : 1024); return ((unsigned long)cvSize); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor