summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2011-01-30 16:38:09 +0100
committerWerner Lemberg <wl@gnu.org>2011-01-30 16:38:09 +0100
commit0682251e9fea7affd67aa0452105d7f8110f5051 (patch)
treebe2de0597862709bffdd9a6b8e17bc472653e858 /src
parentc61b3596d4bb5487825b9fa031e219a08f8911f9 (diff)
* src/sfnt/ttmtx.c (tt_face_load_hmtx): Fix tracing message.
Diffstat (limited to 'src')
-rw-r--r--src/sfnt/ttmtx.c4
-rw-r--r--src/truetype/ttinterp.c3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/sfnt/ttmtx.c b/src/sfnt/ttmtx.c
index 53e6ac78..73ac8b2d 100644
--- a/src/sfnt/ttmtx.c
+++ b/src/sfnt/ttmtx.c
@@ -4,7 +4,7 @@
/* */
/* Load the metrics tables common to TTF and OTF fonts (body). */
/* */
-/* Copyright 2006, 2007, 2008, 2009 by */
+/* Copyright 2006-2009, 2011 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -163,7 +163,7 @@
{
FT_TRACE0(( "tt_face_load_hmtx:"
" %cmtx has more metrics than glyphs.\n",
- vertical ? "v" : "h" ));
+ vertical ? 'v' : 'h' ));
/* Adobe simply ignores this problem. So we shall do the same. */
#if 0
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index 921f613d..2dd60512 100644
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -4,8 +4,7 @@
/* */
/* TrueType bytecode interpreter (body). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, */
-/* 2010 */
+/* Copyright 1996-2011 */
/* by David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */