Index: third_party/freetype/src/cff/cf2hints.c |
diff --git a/third_party/freetype/src/cff/cf2hints.c b/third_party/freetype/src/cff/cf2hints.c |
index 040d193f3136b1a99628072c10a2c99158c04ab0..0e27000210d468953c4bc3127756d5f6059ce3cd 100644 |
--- a/third_party/freetype/src/cff/cf2hints.c |
+++ b/third_party/freetype/src/cff/cf2hints.c |
@@ -697,10 +697,10 @@ |
/* make room to insert */ |
{ |
- CF2_Int iSrc = hintmap->count - 1; |
- CF2_Int iDst = isPair ? hintmap->count + 1 : hintmap->count; |
+ CF2_UInt iSrc = hintmap->count - 1; |
+ CF2_UInt iDst = isPair ? hintmap->count + 1 : hintmap->count; |
- CF2_Int count = hintmap->count - indexInsert; |
+ CF2_UInt count = hintmap->count - indexInsert; |
if ( iDst >= CF2_MAX_HINT_EDGES ) |