aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.cpp b/io.cpp
index 1ee36e72..3395942c 100644
--- a/io.cpp
+++ b/io.cpp
@@ -71,7 +71,7 @@ void io_pipe_t::print() const
void io_buffer_t::print() const
{
fprintf(stderr, "buffer %p (input: %s, size %lu)\n", out_buffer_ptr(),
- is_input ? "yes" : "no", out_buffer_size());
+ is_input ? "yes" : "no", (unsigned long) out_buffer_size());
}
void io_buffer_t::read()