Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
tigervnc.141
tigervnc-1.2.80-fix-int-to-pointer.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tigervnc-1.2.80-fix-int-to-pointer.patch of Package tigervnc.141
Index: unix/xserver/hw/vnc/vncExtInit.cc =================================================================== --- xserver/hw/vnc/vncExtInit.cc (revision 5122) +++ xserver/hw/vnc/vncExtInit.cc (working copy) @@ -1068,7 +1068,7 @@ { REQUEST(xVncExtApproveConnectReq); REQUEST_SIZE_MATCH(xVncExtApproveConnectReq); - if (queryConnectId == (void*)stuff->opaqueId) { + if ((CARD32)(long)queryConnectId == stuff->opaqueId) { for (int scr = 0; scr < screenInfo.numScreens; scr++) { if (desktop[scr]) { desktop[scr]->approveConnection(queryConnectId, stuff->approve,
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