Fix Windows build using portable types for formatting the log outputs

llvm-svn: 202723
This commit is contained in:
Deepak Panickal
2014-03-03 15:39:47 +00:00
parent 6fa32b6f54
commit 99fbc07600
39 changed files with 134 additions and 136 deletions

View File

@@ -338,7 +338,7 @@ SBProcess::PutSTDIN (const char *src, size_t src_len)
}
if (log)
log->Printf ("SBProcess(%p)::PutSTDIN (src=\"%s\", src_len=%d) => %zu",
log->Printf("SBProcess(%p)::PutSTDIN (src=\"%s\", src_len=%d) => %" PRId64,
process_sp.get(),
src,
(uint32_t) src_len,