Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
xosview
xosview-1.8.0-irda.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xosview-1.8.0-irda.patch of Package xosview
Index: linux/netmeter.cc =================================================================== --- linux/netmeter.cc.orig +++ linux/netmeter.cc @@ -201,12 +201,22 @@ void NetMeter::checkeventNew(void) ifs >> ig >> ig >> ig >> ig >> ig >> ig >> ig >> out; } - if (!ifs.eof()) + if (ifs.eof()) { - totin += in; - totout += out; + ifs.ignore(1024, '\n'); + break; } + if (ifs.fail()) + { + ifs.clear(); + ifs.ignore(1024, '\n'); + continue; + } + + totin += in; + totout += out; + ifs.ignore(1024, '\n'); } }
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