|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
/* */ |
|
|
|
|
/* PostScript Type 1 decoding routines (body). */ |
|
|
|
|
/* */ |
|
|
|
|
/* Copyright 2000-2001, 2002, 2003, 2004, 2005, 2006 by */ |
|
|
|
|
/* Copyright 2000-2001, 2002, 2003, 2004, 2005, 2006, 2007 by */ |
|
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */ |
|
|
|
|
/* */ |
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */ |
|
|
|
@ -951,8 +951,9 @@ |
|
|
|
|
|
|
|
|
|
default: |
|
|
|
|
if ( top - decoder->stack != num_args ) |
|
|
|
|
FT_TRACE0(( "\nMore operands on the stack than expected " |
|
|
|
|
"(have %d, expected %d)\n", |
|
|
|
|
FT_TRACE0(( "t1_decoder_parse_charstrings: " |
|
|
|
|
"too much operands on the stack " |
|
|
|
|
"(seen %d, expected %d)\n", |
|
|
|
|
top - decoder->stack, num_args )); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|