commit | 443dd9313f06ec61abc9fee908f6e693d1091590 | [log] [tgz] |
---|---|---|
author | Patrik Bannura <patrik.bannura@sonymobile.com> | Wed Feb 12 13:38:54 2014 +0100 |
committer | Narayan Kamath <narayan@google.com> | Thu Feb 20 10:06:23 2014 +0000 |
tree | ed5a2ff68a63ec8827d19dfdddb46d8d5fad0796 | |
parent | 60097a9c5a7214cb73d0bc966adef767743f8798 [diff] |
libandroidfw: fix build error for 64-bit Fixed casting int to pointer in logging code. Previously ints where printed as pointers and the %p format specifier was used for convenience to get hex output. This change uses %x and also gets rid of the casts. Change-Id: Ia2539769d245f50c0f3884119f80682defe69d61