Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1061)

Unified Diff: third_party/libxml/src/runtest.c

Issue 2792873002: Roll libxml to e905f08123e4a6e7731549e6f09dadff4cab65bd (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/src/libxml2.spec ('k') | third_party/libxml/src/testlimits.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/libxml/src/libxml2.spec ('k') | third_party/libxml/src/testlimits.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698