Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for ports:aarch64
openSUSE:Leap:15.1:Rings:1-MinimalX
pango
pango-emoji-bsc1103877.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pango-emoji-bsc1103877.patch of Package pango
Index: pango-1.40.14/pango/pango-emoji.c =================================================================== --- pango-1.40.14.orig/pango/pango-emoji.c +++ pango-1.40.14/pango/pango-emoji.c @@ -253,6 +253,12 @@ _pango_emoji_iter_next (PangoEmojiIter * if (iter->is_emoji == PANGO_EMOJI_TYPE_IS_EMOJI (current_emoji_type)) { iter->is_emoji = !PANGO_EMOJI_TYPE_IS_EMOJI (current_emoji_type); + + /* Make sure we make progress. Weird sequences, like a VC15 followed + * by VC16, can trick us into stalling otherwise. */ + if (iter->start == iter->end) + iter->end = g_utf8_next_char (iter->end); + return TRUE; } }
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