Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP6:Update
kinput2
bugzilla-368441-local-variable-used-before-set....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bugzilla-368441-local-variable-used-before-set.patch of Package kinput2
--- kinput2-v3.1/lib/XimpProto.c.~1~ 2002-10-03 11:35:28.000000000 +0200 +++ kinput2-v3.1/lib/XimpProto.c 2008-03-10 12:22:11.000000000 +0100 @@ -1689,10 +1689,10 @@ /* data[0]-data[3]: Area.{x,y,width,height} */ if (mask & XIMP_STS_AREA_MASK) { - data[0] = xsattr->areax = data[0]; - data[1] = xsattr->areay = data[1]; - data[2] = xsattr->areawidth = data[2]; - data[3] = xsattr->areaheight = data[3]; + data[0] = xsattr->areax; + data[1] = xsattr->areay; + data[2] = xsattr->areawidth; + data[3] = xsattr->areaheight; } /* data[4]: Foreground */ if (mask & XIMP_STS_FG_MASK) {
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