commit | 16c6e7073231dc9e9a775acb5aa5c456ca38851f | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Nov 13 20:53:12 2020 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Nov 16 19:43:52 2020 +0900 |
tree | aae9235f8ae9a132795cca71b2553b1bbc93d434 | |
parent | 276781add64288a00c2e3c4fc39a5f806a6e140f [diff] [blame] |
binder: fix google-runtime-int Bug: 162909698 Test: m libbinder Change-Id: I63ec0e57166a97711d254156bde04ffe155465a5
diff --git a/libs/binder/Debug.cpp b/libs/binder/Debug.cpp index 64c1ff6..da342ff 100644 --- a/libs/binder/Debug.cpp +++ b/libs/binder/Debug.cpp
@@ -208,7 +208,7 @@ } for (offset = 0; ; offset += bytesPerLine, pos += bytesPerLine) { - long remain = length; + size_t remain = length; char* c = buffer; if (!oneLine && !cStyle) {