summaryrefslogtreecommitdiff
path: root/mtd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mtd.c')
-rw-r--r--mtd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtd.c b/mtd.c
index 976024e..999fea6 100644
--- a/mtd.c
+++ b/mtd.c
@@ -267,7 +267,7 @@ int mtd_ioctl(struct tcb *tcp, long code, long arg)
if (!verbose(tcp) || umove(tcp, arg, &i) < 0)
return 0;
- tprintf(", [%i]", i);
+ tprintf(", [%d]", i);
return 1;
case MTDFILEMODE: