diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 11:33:42 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-10 11:33:42 +0100 |
commit | e7b1aeb2943bf8fb986e712b200ebe346a4b67ad (patch) | |
tree | 5a7a2aa8ec0574f529e87d91778ab26396795dbf /vcl | |
parent | a1f37240b7d4d47887135eff1b59ebe4ca6d40b5 (diff) |
-Werror=format=
Change-Id: I690117e6e94af2364cbf2f7bcb0bc44adc264567
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/fontsubset/sft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx index 682dc8764ba1..c4c9e6987e54 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"; |