From 92db149e9cc4830354071d57265a56bfb4bf8f02 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 2 Dec 2020 07:54:21 +0100 Subject: * src/bdf/bdflib.c: Fix `-Wformat` warning. --- src/bdf/bdflib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bdf') 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" -- cgit v1.2.1