Module Name: xsrc Committed By: rin Date: Wed Dec 20 23:07:30 UTC 2017
Modified Files: xsrc/external/mit/libXfont/dist/src/fc: fserve.c Log Message: Fix debug build with LLVM for ILP32 archs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/libXfont/dist/src/fc/fserve.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: xsrc/external/mit/libXfont/dist/src/fc/fserve.c diff -u xsrc/external/mit/libXfont/dist/src/fc/fserve.c:1.6 xsrc/external/mit/libXfont/dist/src/fc/fserve.c:1.7 --- xsrc/external/mit/libXfont/dist/src/fc/fserve.c:1.6 Sun Mar 5 01:07:05 2017 +++ xsrc/external/mit/libXfont/dist/src/fc/fserve.c Wed Dec 20 23:07:30 2017 @@ -1054,7 +1054,7 @@ fs_read_extent_info(FontPathElementPtr f if (numInfos >= (INT_MAX / sizeof(CharInfoRec))) { #ifdef DEBUG fprintf(stderr, - "fsQueryXExtents16: numInfos (%d) >= %ld\n", + "fsQueryXExtents16: numInfos (%d) >= %zu\n", numInfos, (INT_MAX / sizeof(CharInfoRec))); #endif pCI = NULL;