Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:redwil:devel:tools
Source-Navigator
sourcenav-5.1.4-always_false_if.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sourcenav-5.1.4-always_false_if.patch of Package Source-Navigator
--- tix/generic/tixCmds.c +++ tix/generic/tixCmds.c @@ -918,9 +918,9 @@ { XColor test; - test.red = (int)((float)(color->red) * scale); - test.green = (int)((float)(color->green) * scale); - test.blue = (int)((float)(color->blue) * scale); + test.red = (long)((float)(color->red) * scale); + test.green = (long)((float)(color->green) * scale); + test.blue = (long)((float)(color->blue) * scale); if (test.red > MAX_INTENSITY) { test.red = MAX_INTENSITY; }
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