Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
tktable
tktable-warnings.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tktable-warnings.patch of Package tktable
--- generic/tkTableCmds.c +++ generic/tkTableCmds.c @@ -118,7 +118,8 @@ /* no error checking because GetIndex did it for us */ p++; x = strtol(p, &p, 0) - x - tablePtr->activeX; - y = strtol(++p, &p, 0) - y - tablePtr->activeY; + p++; + y = strtol(p, &p, 0) - y - tablePtr->activeY; textLayout = Tk_ComputeTextLayout(tagPtr->tkfont, tablePtr->activeBuf, -1,
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