Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Update
qt3-devel-doc
qt3-fix-cast.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qt3-fix-cast.diff of Package qt3-devel-doc
Index: tools/qvfb/qvfbview.cpp ================================================================================ --- tools/qvfb/qvfbview.cpp +++ tools/qvfb/qvfbview.cpp @@ -115,7 +115,7 @@ data = (unsigned char *)shmat( shmId, 0, 0 ); } - if ( (int)data == -1 ) + if ( (long)data == -1 ) qFatal( "Cannot attach to shared memory" ); hdr = (QVFbHeader *)data;
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