Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:yfjiang:test:gnome45rc
cairo
cairo-xlib-endianness.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File cairo-xlib-endianness.patch of Package cairo
Index: cairo-1.17.6/src/cairo-xlib-render-compositor.c =================================================================== --- cairo-1.17.6.orig/src/cairo-xlib-render-compositor.c +++ cairo-1.17.6/src/cairo-xlib-render-compositor.c @@ -1325,10 +1325,10 @@ _cairo_xlib_surface_add_glyph (cairo_xli } 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