Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
commoncpp2
commoncpp-charptr.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File commoncpp-charptr.diff of Package commoncpp2
--- src/cidr.cpp +++ src/cidr.cpp @@ -198,7 +198,7 @@ memset(&netmask, 0, sizeof(netmask)); bitset((bit_t *)&netmask, getMask(cp)); setString(cbuf, sizeof(cbuf), cp); - ep = strchr(cp, '/'); + ep = (char*)strchr(cp, '/'); if(ep) *ep = 0; @@ -326,7 +326,7 @@ memset(&netmask, 0, sizeof(netmask)); bitset((bit_t *)&netmask, getMask(cp)); setString(cbuf, sizeof(cbuf), cp); - ep = strchr(cp, '/'); + ep = (char*)strchr(cp, '/'); if(ep) *ep = 0;
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