summaryrefslogtreecommitdiffstats
path: root/mtdutils/mtdutils.c
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2010-09-15 06:32:14 +0200
committerAndroid Git Automerger <android-git-automerger@android.com>2010-09-15 06:32:14 +0200
commit858f0a763d0f736eb721f54257b6164886bfcbfc (patch)
treeb1dd9d0f6408811e71dade4f1ccbc52f18114a5e /mtdutils/mtdutils.c
parentam d12560aa: add the ability to seek to a raw location while reading MTD partition (diff)
parentclose update package before installing; allow remount (diff)
downloadandroid_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.gz
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.bz2
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.lz
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.xz
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.tar.zst
android_bootable_recovery-858f0a763d0f736eb721f54257b6164886bfcbfc.zip
Diffstat (limited to 'mtdutils/mtdutils.c')
-rw-r--r--mtdutils/mtdutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtdutils/mtdutils.c b/mtdutils/mtdutils.c
index d16f44ef8..48d5ea9ab 100644
--- a/mtdutils/mtdutils.c
+++ b/mtdutils/mtdutils.c
@@ -455,7 +455,7 @@ static int write_block(MtdWriteContext *ctx, const char *data)
if (retry > 0) {
fprintf(stderr, "mtd: wrote block after %d retries\n", retry);
}
- fprintf(stderr, "mtd: successfully wrote block at %x\n", pos);
+ fprintf(stderr, "mtd: successfully wrote block at %llx\n", pos);
return 0; // Success!
}