Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
glib
glib-shift.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File glib-shift.patch of Package glib
--- glib.h +++ glib.h @@ -1585,7 +1585,7 @@ g_bit_nth_lsf (guint32 mask, do { nth_bit++; - if (mask & (1 << (guint) nth_bit)) + if (mask & ((guint) 1 << nth_bit)) return nth_bit; } while (nth_bit < 32); @@ -1605,7 +1605,7 @@ g_bit_nth_msf (guint32 mask, do { nth_bit--; - if (mask & (1 << (guint) nth_bit)) + if (mask & ((guint) 1 << nth_bit)) return nth_bit; } while (nth_bit > 0);
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