Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
xosview
xosview-1.8.3-float-conv.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xosview-1.8.3-float-conv.patch of Package xosview
linux/swapmeter.cc | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: linux/swapmeter.cc =================================================================== --- linux/swapmeter.cc.orig +++ linux/swapmeter.cc @@ -62,13 +62,13 @@ void SwapMeter::getswapinfo( void ){ syscall( SYS_sysinfo, &sinfo ); #endif unit = (sinfo.mem_unit ? sinfo.mem_unit : 1); - total_ = sinfo.totalswap * unit; - fields_[0] = (sinfo.totalswap - sinfo.freeswap) * unit; - fields_[1] = sinfo.freeswap * unit; + total_ = 1.0 * sinfo.totalswap * unit; + fields_[0] = 1.0 * (sinfo.totalswap - sinfo.freeswap) * unit; + fields_[1] = 1.0 * sinfo.freeswap * unit; if ( total_ == 0 ){ total_ = 1; fields_[0] = 0; fields_[1] = 1;
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