From 45abad2c9ca6c51880f26d29652efdfdd9b12670 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 4 Mar 2009 18:42:27 +0100 Subject: fix printf() format warnings (reported by Kapil Hari Paranjape) --- src/PostscriptDSC.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PostscriptDSC.cxx b/src/PostscriptDSC.cxx index 6f11164..0aef399 100644 --- a/src/PostscriptDSC.cxx +++ b/src/PostscriptDSC.cxx @@ -190,9 +190,9 @@ PostscriptDSC::print() { int i; printf("x %d, y %d, w %d, h %d\n", bb_x, bb_y, bb_w, bb_h); - printf("setup_len %d\n", setup_len); + printf("setup_len %zu\n", setup_len); for (i=0; i