[Libreoffice-commits] core.git: vcl/source
Stephan Bergmann
sbergman at redhat.com
Tue Jan 10 10:34:13 UTC 2017
vcl/source/fontsubset/sft.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e7b1aeb2943bf8fb986e712b200ebe346a4b67ad
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Jan 10 11:33:42 2017 +0100
-Werror=format=
Change-Id: I690117e6e94af2364cbf2f7bcb0bc44adc264567
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 682dc87..c4c9e69 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -1820,7 +1820,7 @@ int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname,
" 0 1 255 {Encoding exch /.notdef put} for\n";
const char * const h16 = " Encoding %d /glyph%d put\n";
- const char * const h17 = "/XUID [103 0 0 16#%08X %d 16#%08X 16#%08X] def\n";
+ const char * const h17 = "/XUID [103 0 0 16#%08" SAL_PRIXUINT32 " %d 16#%08" SAL_PRIXUINT32 " 16#%08" SAL_PRIXUINT32 "] def\n";
const char * const h30 = "/CharProcs %d dict def\n";
const char * const h31 = " CharProcs begin\n";
More information about the Libreoffice-commits
mailing list