summaryrefslogtreecommitdiffstats
path: root/mkbootimg
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2015-05-08 15:00:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-08 15:00:14 +0000
commitd34c722c59b13c80f89cfdeaf45ff38a3a12a6c5 (patch)
tree6c033dff4f2799f1090f589b262dba67cec8d661 /mkbootimg
parent507bfdfcd9b8398db3e7469c6a39ad9e1c5dfb93 (diff)
parente892a3f328b2db667e5059b93d4f8757a72ef5fd (diff)
downloadsystem_core-d34c722c59b13c80f89cfdeaf45ff38a3a12a6c5.zip
system_core-d34c722c59b13c80f89cfdeaf45ff38a3a12a6c5.tar.gz
system_core-d34c722c59b13c80f89cfdeaf45ff38a3a12a6c5.tar.bz2
Merge changes Iac33dbaa,I18fcd37d into mnc-dev
* changes: pass in correct buffer to print_id stop including rootdir build.prop
Diffstat (limited to 'mkbootimg')
-rw-r--r--mkbootimg/mkbootimg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkbootimg/mkbootimg.c b/mkbootimg/mkbootimg.c
index 7930ee4..b6a2801 100644
--- a/mkbootimg/mkbootimg.c
+++ b/mkbootimg/mkbootimg.c
@@ -278,7 +278,7 @@ int main(int argc, char **argv)
}
if (get_id) {
- print_id(sha, sizeof(hdr.id));
+ print_id((uint8_t *) hdr.id, sizeof(hdr.id));
}
return 0;