Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
DISCONTINUED:openSUSE:11.1
scarse
scarse-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File scarse-fix.patch of Package scarse
--- scarse-0.4-alpha/src/ipb.c.xx 2006-12-19 10:54:15.000000000 +0100 +++ scarse-0.4-alpha/src/ipb.c 2006-12-19 10:56:19.000000000 +0100 @@ -1154,7 +1154,8 @@ char *s = strchr(optarg, ':'); if (!s) usage(); - x = strtod(++s, &s); + s++; + x = strtod(s, &s); if (*s != ',') usage(); y = strtod(++s, NULL);
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