[Makefile] Fix CI on n0110

This commit is contained in:
Laury
2021-12-08 18:18:45 +01:00
parent 9cc75f8808
commit 8fe2b53033
10 changed files with 274 additions and 254 deletions

View File

@@ -155,7 +155,7 @@ KDFont::GlyphIndex KDFont::indexForCodePoint(CodePoint c) const {
return endPair->glyphIndex();
}
NoMatchingGlyph:
assert(CodePoints[IndexForReplacementCharacterCodePoint] == 0xFFFD);
assert(SimpleCodePoints[IndexForReplacementCharacterCodePoint] == 0xFFFD);
return IndexForReplacementCharacterCodePoint;
#endif
}