freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 38a3dd5: Typo.


From: Werner LEMBERG
Subject: [freetype2] master 38a3dd5: Typo.
Date: Sat, 17 Oct 2015 07:15:57 +0000

branch: master
commit 38a3dd55660cdaea2c187e8f24c793cdefba1d3f
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    Typo.
---
 src/cid/cidgload.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cid/cidgload.c b/src/cid/cidgload.c
index 59c924c..2c0f0ec 100644
--- a/src/cid/cidgload.c
+++ b/src/cid/cidgload.c
@@ -116,7 +116,7 @@
       FT_FRAME_EXIT();
 
       if ( fd_select >= (FT_ULong)cid->num_dicts ||
-           off2 >= stream->size                  ||
+           off2 > stream->size                   ||
            off1 > off2                           )
       {
         FT_TRACE0(( "cid_load_glyph: invalid glyph stream offsets\n" ));



reply via email to

[Prev in Thread] Current Thread [Next in Thread]