commit | f7678e04c2fad05b2730e97468d96a660d84be20 | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Mon Mar 28 21:48:38 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 28 21:48:38 2016 +0000 |
tree | 5b076ad78190f0889bc3955bcb12134bc026173d | |
parent | 2215ec78d382ae7637bca3a7a5dccb06fe7fdbe5 [diff] | |
parent | eb20e52e346d9fa6dd20afb2962780d8c2b67b11 [diff] |
Merge "Fix const issues in preparation for libcxx rebase." am: dce9b61 * commit 'dce9b61d253675fc5067b76eb166de66dc8fd367': Fix const issues in preparation for libcxx rebase.
diff --git a/init/util.cpp b/init/util.cpp index bddc3b2..4d36dfd 100644 --- a/init/util.cpp +++ b/init/util.cpp
@@ -355,7 +355,7 @@ { int ret; char buf[256]; - char *slash; + const char *slash; int width; slash = strrchr(newpath, '/');