shithub: freetype+ttf2subf

Download patch

ref: 92db149e9cc4830354071d57265a56bfb4bf8f02
parent: f6b0fd7b792933fb601470bf70f2f4285712f449
author: Werner Lemberg <wl@gnu.org>
date: Wed Dec 2 02:54:21 EST 2020

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

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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.
 
 	* autogen.sh (copy_submodule_file), builds/toplevel.mk: Redirect
--- 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"