Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
lcov
lcov-1.11-except-unreach.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lcov-1.11-except-unreach.patch of Package lcov
Fixes: geninfo: Argument "=====" isn't numeric in numeric gt (>) at /usr/bin/geninfo line 1126. --- lcov-1.11.orig/bin/geninfo 2014-05-23 11:03:45.000000000 +0200 +++ lcov-1.11/bin/geninfo 2014-06-01 15:51:23.334218890 +0200 @@ -1760,7 +1760,7 @@ # Check for zero count which is indicated # by ###### - if ($number eq "######") { $number = 0; } + if ($number eq "######" or $number eq "=====") { $number = 0; } if ($exclude_line) { # Register uninstrumented line instead
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