From aa6b3e5383abe98daa4d4bb13d50d2c730f0974c Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 26 Sep 2014 11:13:20 +0200 Subject: [PATCH] Fine-tune debugging output. --- lib/tadump.c | 4 ++-- lib/tahints.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/tadump.c b/lib/tadump.c index a481804..917f0c3 100644 --- a/lib/tadump.c +++ b/lib/tadump.c @@ -143,7 +143,7 @@ TA_font_dump_parameters(FONT* font, token = strtok_r(ds, "\n", &saveptr); - DUMPSTR("control instructions", token); + DUMPSTR("control-instructions", token); for (;;) { @@ -155,7 +155,7 @@ TA_font_dump_parameters(FONT* font, } } else - DUMPSTR("control instructions", ""); + DUMPSTR("control-instructions", ""); if (!format) s = sdscat(s, "\n"); diff --git a/lib/tahints.c b/lib/tahints.c index 576cb87..324021f 100644 --- a/lib/tahints.c +++ b/lib/tahints.c @@ -201,11 +201,11 @@ ta_glyph_hints_dump_points(TA_GlyphHints hints) TA_LOG(("Table of points:\n" " [ index | xorg | yorg | xscale | yscale" - " | xfit | yfit | flags ]\n")); + " | xfit | yfit | flags ]\n")); for (point = points; point < limit; point++) TA_LOG((" [ %5d | %5d | %5d | %6.2f | %6.2f" - " | %5.2f | %5.2f | %c ]\n", + " | %5.2f | %5.2f | %c ]\n", point - points, point->fx, point->fy, -- 2.11.4.GIT