X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Funigbrk%2Fu32-grapheme-next.c;h=52dc514d13b4abdbf82114d38088a79df3211802;hb=385b9f9d098b636827593dbd0f813c2b6858b308;hp=08fa7dd10f3c8d945a1e5f57d5a0ee9926481db7;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/unigbrk/u32-grapheme-next.c b/lib/unigbrk/u32-grapheme-next.c index 08fa7dd10..52dc514d1 100644 --- a/lib/unigbrk/u32-grapheme-next.c +++ b/lib/unigbrk/u32-grapheme-next.c @@ -36,7 +36,7 @@ u32_grapheme_next (const uint32_t *s, const uint32_t *end) ucs4_t next; u32_mbtouc (&next, s, end - s); - if (uc_is_grapheme_cluster_break (prev, next)) + if (uc_is_grapheme_break (prev, next)) break; prev = next;