Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2
timidity
timidity-array-range-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File timidity-array-range-fix.diff of Package timidity
--- interface/xskin_spectrum.c-dist 2007-01-31 11:42:50.000000000 +0100 +++ interface/xskin_spectrum.c 2007-01-31 11:43:38.000000000 +0100 @@ -102,7 +102,7 @@ int xskin_loadviscolor( Display *d, Wind if ( foreground == 0 ) foreground = BlackPixel( d, sc ); for ( i=0 ; i<16 ; i++ ) { spe_pixel[i] = xskin_getcolor( d, r0[i], g0[i], b0[i] ); - if ( spe_pixel[i] == 0 ) + if ( i && spe_pixel[i] == 0 ) spe_pixel[i] = spe_pixel[i-1]; } for ( i=0 ; i<5 ; i++ ) {
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