* src/bdf/bdflib.c: Fix `-Wformat` warning.

This commit is contained in:
Werner Lemberg 2020-12-02 07:54:21 +01:00
parent f6b0fd7b79
commit 92db149e9c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-12-02 Werner Lemberg <wl@gnu.org>
* src/bdf/bdflib.c: Fix `-Wformat` warning.
2020-12-02 Werner Lemberg <wl@gnu.org>
Improve setup for 'dlg' library.

View File

@ -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"