summaryrefslogtreecommitdiff
path: root/src/bdf
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2020-12-02 07:54:21 +0100
committerWerner Lemberg <wl@gnu.org>2020-12-05 09:43:45 +0100
commit92db149e9cc4830354071d57265a56bfb4bf8f02 (patch)
tree45ed45043572f22799d527e0dd7a7539c8153b79 /src/bdf
parentf6b0fd7b792933fb601470bf70f2f4285712f449 (diff)
downloadfreetype2-92db149e9cc4830354071d57265a56bfb4bf8f02.tar.gz
* src/bdf/bdflib.c: Fix `-Wformat` warning.
Diffstat (limited to 'src/bdf')
-rw-r--r--src/bdf/bdflib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdf/bdflib.c b/src/bdf/bdflib.c
index 75ebe3f06..b494a0913 100644
--- a/src/bdf/bdflib.c
+++ b/src/bdf/bdflib.c
@@ -190,7 +190,7 @@
"Old: %hd New: %hd.\n"
#define ACMSG5 "Font ascent != actual ascent. Old: %hd New: %hd.\n"
#define ACMSG6 "Font descent != actual descent. Old: %d New: %d.\n"
-#define ACMSG7 "Font height != actual height. Old: %hd New: %hd.\n"
+#define ACMSG7 "Font height != actual height. Old: %d New: %d.\n"
#define ACMSG8 "Glyph scalable width (SWIDTH) adjustments made.\n"
#define ACMSG9 "SWIDTH field missing at line %ld. Set automatically.\n"
#define ACMSG10 "DWIDTH field missing at line %ld. Set to glyph width.\n"