wok-current view webkitgtk/stuff/webkitgtk-fix-platform-graphics.patch @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents
children
line source
1 --- a/Source/WebCore/platform/graphics/SegmentedFontData.cpp
2 +++ b/Source/WebCore/platform/graphics/SegmentedFontData.cpp
3 @@ -60,7 +60,7 @@
4 {
5 UChar32 c;
6 for (int i = 0; i < length; ) {
7 - U16_NEXT(characters, i, length, c)
8 + U16_NEXT(characters, i, length, c);
9 if (!containsCharacter(c))
10 return false;
11 }