summaryrefslogtreecommitdiff
path: root/src/raptor_stringbuffer.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2004-04-11 11:03:42 +0000
committerDave Beckett <dave@dajobe.org>2004-04-11 11:03:42 +0000
commiteb5e18fdd08e9fbc43aa1c1e2e02f62af8814daa (patch)
treefb97a667a6362e176bc25e17958e6bfad3094b56 /src/raptor_stringbuffer.c
parent6bdbfd9c64c7f5403e6a70cfc2f9dd1877e289c2 (diff)
downloadraptor-eb5e18fdd08e9fbc43aa1c1e2e02f62af8814daa.tar.gz
(main) printf arg
Diffstat (limited to 'src/raptor_stringbuffer.c')
-rw-r--r--src/raptor_stringbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raptor_stringbuffer.c b/src/raptor_stringbuffer.c
index d9263b47..c9bd0818 100644
--- a/src/raptor_stringbuffer.c
+++ b/src/raptor_stringbuffer.c
@@ -514,7 +514,7 @@ main(int argc, char *argv[])
len=raptor_stringbuffer_length(sb2);
if(len) {
fprintf(stderr, "%s: appended string buffer is length %d, not empty'\n",
- program, len);
+ program, (int)len);
exit(1);
}