summaryrefslogtreecommitdiff
path: root/ltp/fsx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltp/fsx.c')
-rw-r--r--ltp/fsx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltp/fsx.c b/ltp/fsx.c
index cd0bae55..d526d294 100644
--- a/ltp/fsx.c
+++ b/ltp/fsx.c
@@ -1662,7 +1662,7 @@ do_copy_range(unsigned offset, unsigned length, unsigned dest)
prt("copy range: 0x%x to 0x%x at 0x%x\n", offset,
offset + length, dest);
prt("do_copy_range: asked %u, copied %u??\n",
- nr, olen);
+ olen, nr);
report_failure(161);
} else if (nr > 0)
olen -= nr;