summaryrefslogtreecommitdiffstats
path: root/qacp.c
diff options
context:
space:
mode:
Diffstat (limited to 'qacp.c')
-rw-r--r--qacp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qacp.c b/qacp.c
index c9d76d7..b2b9286 100644
--- a/qacp.c
+++ b/qacp.c
@@ -282,7 +282,7 @@ qacp_recvonefile(const char *host, const char *srcfile, const char *destfile)
if (nleft != 0) {
unlink(destfile);
fprintf(stderr, "Short file transfer of %s, "
- "%zd bytes lost, wanted %ld\n", srcfile, nleft,
+ "%lld bytes lost, wanted %lld\n", srcfile, nleft,
rstatp->qp_st_size);
}