summaryrefslogtreecommitdiff
path: root/stream.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2013-03-05 16:17:46 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-03-05 16:17:46 +0100
commite7db46503d07b306056ec70a4290b022e473734b (patch)
treea6b9a9f0b880f45bfc1417404fa8d27fc412d943 /stream.c
parent38cfe7c92328e940c71074c9b579b5bf9f2cb2f6 (diff)
downloadstrace-e7db46503d07b306056ec70a4290b022e473734b.tar.gz
strace-e7db46503d07b306056ec70a4290b022e473734b.tar.bz2
strace-e7db46503d07b306056ec70a4290b022e473734b.tar.xz
Fix printstrbufarg's address argument to be long, not int
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream.c b/stream.c
index 8656fc0..dc84ab5 100644
--- a/stream.c
+++ b/stream.c
@@ -72,7 +72,7 @@ printstrbuf(struct tcb *tcp, struct strbuf *sbp, int getting)
}
static void
-printstrbufarg(struct tcb *tcp, int arg, int getting)
+printstrbufarg(struct tcb *tcp, long arg, int getting)
{
struct strbuf buf;