| Index: third_party/libxml/src/runtest.c
|
| diff --git a/third_party/libxml/src/runtest.c b/third_party/libxml/src/runtest.c
|
| index 18615773228b0cc85522d6cb8037f5598c92a8d4..b2ce693b03dc9c3c31d32f18d3f18b146aacf731 100644
|
| --- a/third_party/libxml/src/runtest.c
|
| +++ b/third_party/libxml/src/runtest.c
|
| @@ -688,7 +688,7 @@ static int compareFileMem(const char *filename, const char *mem, int size) {
|
| }
|
| if (info.st_size != size) {
|
| fprintf(stderr, "file %s is %ld bytes, result is %d bytes\n",
|
| - filename, info.st_size, size);
|
| + filename, (long) info.st_size, size);
|
| return(-1);
|
| }
|
| fd = open(filename, RD_FLAGS);
|
|
|