Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
kde3-sim
sim-fix_compiler_warnings.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sim-fix_compiler_warnings.diff of Package kde3-sim
--- plugins/msn/msnclient.cpp 2004-03-28 20:45:08.000000000 +0200 +++ plugins/msn/msnclient.cpp 2007-01-08 20:49:33.000000000 +0100 @@ -1158,7 +1158,9 @@ i++; if (i + 2 > (int)(s.length())) break; - res += QChar((char)((fromHex(s[i++]) << 4) + fromHex(s[i]))); + c = (char) (fromHex(s[i++]) << 4); + res += (c + (char)fromHex(s[i])); + // res += QChar((char)((fromHex(s[i++]) << 4) + fromHex(s[i]))); } return res; }
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