Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cairo.1837
cairo-xlib-endianness.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cairo-xlib-endianness.patch of Package cairo.1837
--- cairo/src/cairo-xlib-render-compositor.c 2013-04-12 11:22:48.010384018 +0200 +++ cairo/src/cairo-xlib-render-compositor.c.new 2013-04-12 11:23:54.362925287 +0200 @@ -1318,10 +1318,10 @@ } n = new; d = (uint32_t *) data; - do { + while (c--) { *n++ = bswap_32 (*d); d++; - } while (--c); + } data = (uint8_t *) new; } break;
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