Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4:Update
rpm.468
modemuncher.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File modemuncher.diff of Package rpm.468
--- luaext/modemuncher.c.orig 2010-03-26 09:43:45.000000000 +0000 +++ luaext/modemuncher.c 2010-03-26 09:44:54.000000000 +0000 @@ -245,11 +245,11 @@ printf("modemuncher: doneflag = %u\n", d if (ch_mode) switch (op) { case '+': - *mode = *mode |= ch_mode & affected_bits; + *mode |= ch_mode & affected_bits; break; case '-': - *mode = *mode &= ~(ch_mode & affected_bits); + *mode &= ~(ch_mode & affected_bits); break; case '=':
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