From 18fffa456ecdfad39a0d25ba10b05a5e67f8a12c Mon Sep 17 00:00:00 2001 From: John Tytgat Date: Sat, 19 Feb 2011 07:11:17 +0100 Subject: [cff] Fix subset prefix removal. * src/cff/cffobjs.c (remove_subset_prefix): Update length after subset prefix removal. --- src/cff/cffobjs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/cff/cffobjs.c b/src/cff/cffobjs.c index 1cd35c96..768cd968 100644 --- a/src/cff/cffobjs.c +++ b/src/cff/cffobjs.c @@ -4,8 +4,7 @@ /* */ /* OpenType objects manager (body). */ /* */ -/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, */ -/* 2010 by */ +/* Copyright 1996-2011 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ @@ -421,6 +420,7 @@ { for ( idx = 7; idx < length; idx++ ) name[idx - 7] = name[idx]; + length -= 7; } } else -- cgit v1.2.3