Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
jackEQ
jackEQ-overflow.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jackEQ-overflow.patch of Package jackEQ
--- jackEQ-0.4.0/src/master-ui.c.xx 2005-04-28 16:12:27.473181925 +0200 +++ jackEQ-0.4.0/src/master-ui.c 2005-04-28 16:12:37.098450781 +0200 @@ -41,7 +41,7 @@ for (g=0; g < 4; g++) { for (i=0; i < 6; i++) { - snprintf(name, 255, "g%i_%i",g+1, i+1); + snprintf(name, sizeof(name), "g%i_%i",g+1, i+1); button = lookup_widget(main_window, name); global_group[g][i] = gtk_toggle_button_get_active(button); // printf ("global_group[%i][%i] = %i\n", g, i, global_group[g][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