Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
dosemu
dosemu-1.4.0-sizeof.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dosemu-1.4.0-sizeof.diff of Package dosemu
--- src/plugin/X/X_keymaps.c +++ src/plugin/X/X_keymaps.c @@ -137,7 +137,7 @@ pkey = key; } else { /* print spaces instead of \0's */ - for (i = 0; i < sizeof(ckey); i++) if (!ckey[i]) ckey[i] = ' '; + for (i = 0; i < sizeof ckey / sizeof *ckey; i++) if (!ckey[i]) ckey[i] = ' '; mismatch++; score -= syms; }
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