summaryrefslogtreecommitdiff
path: root/graphics/freetype2/patches/patch-aj
blob: 4874103a2c10a495b3742307d66735c7f19d8e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aj,v 1.1.2.1 2006/06/06 07:51:29 snj Exp $

--- src/pshinter/pshglob.c.orig	2004-04-02 09:13:53.000000000 +0200
+++ src/pshinter/pshglob.c	2006-06-05 23:36:04.000000000 +0200
@@ -150,7 +150,7 @@
     FT_UNUSED( target );
 
 
-    for ( ; read_count > 0; read_count -= 2 )
+    for ( ; read_count > 1; read_count -= 2 )
     {
       FT_Int         reference, delta;
       FT_UInt        count;