commit | 439034b8cc510a95d25c53c8606f88a40ddcbb0b | [log] [tgz] |
---|---|---|
author | Paul Lawrence <paullawrence@google.com> | Fri Mar 11 01:42:55 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 11 01:42:55 2016 +0000 |
tree | 5df9702566c4b44d10220c4507e61a3c8f76abf7 | |
parent | f84fe907141bcdb76425d5ba42913576f018a11c [diff] | |
parent | 4ed4526e68b10c9d583541da9dadaf3d29b769cd [diff] |
Merge "Make sure encryption type is set on first boot" into nyc-dev
diff --git a/Disk.cpp b/Disk.cpp index ebd55da..2c2a2da 100644 --- a/Disk.cpp +++ b/Disk.cpp
@@ -272,7 +272,7 @@ } } - notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRId64, mSize)); + notifyEvent(ResponseCode::DiskSizeChanged, StringPrintf("%" PRIu64, mSize)); notifyEvent(ResponseCode::DiskLabelChanged, mLabel); notifyEvent(ResponseCode::DiskSysPathChanged, mSysPath); return OK;