Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
libmsn
literal-string-compare.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File literal-string-compare.diff of Package libmsn
--- msn/soap.cpp +++ msn/soap.cpp @@ -1525,7 +1525,7 @@ namespace MSN { XMLNode Member = Members.getChildNode("Member", j); // Email type is another network than WLM. Not supported yet if(Member.nChildNode("Type") && - Member.getChildNode("Type").getText() == "Email") + !strcmp(Member.getChildNode("Type").getText(), "Email")) continue; // TODO- verify if xsi:type == "PassportMember" 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