diff --git a/freetype-seeks-to-index-at-the-end-of-the-fo.patch b/freetype-seeks-to-index-at-the-end-of-the-fo.patch index 99bd08c9d2de5dae68f00080cf4bda98d1eaf3cf..e2e2056e5401d74855056e1fc59d19ef3d7cfb9f 100644 --- a/freetype-seeks-to-index-at-the-end-of-the-fo.patch +++ b/freetype-seeks-to-index-at-the-end-of-the-fo.patch @@ -20,7 +20,7 @@ index bca003d31..cc8432866 100644 if (numBytes == 0) { - if (offset >= scalerInfo->fileSize) { -+ if (offset > scalerInfo->fileSize) { ++ if (offset > scalerInfo->fileSize) { return -1; } else { return 0;