commit | 213db938b8014d06bbfc8325ed7b6c23bf06ea8e | [log] [tgz] |
---|---|---|
author | Scott Anderson <[email protected]> | Fri Feb 10 17:27:13 2012 -0800 |
committer | Mike J. Chen <[email protected]> | Sat Mar 03 17:29:35 2012 -0800 |
tree | 8f0c6bc03589a5fe6b98ff093a72161f18219565 | |
parent | 19e61a733433f6b82325ac24ac7fae99defba107 [diff] |
FASTBOOT: Fix sparse: out-length format The printf that outputs the length of a sparse file had a "0x" in front of a non-hex format (%llu). I removed the 0x and changed the format to work better with the way the fastboot program prints out the messages. Before: (bootloader) sparse: out-length-0x8415 MB After: (bootloader) sparse: out-length 8415 MB Change-Id: I5307c437dd02a5075f06ef728e1e0f58a34c4c94 Signed-off-by: Scott Anderson <[email protected]>