commit | fa602e5d2df3f3df743178a023046f9f86f667df | [log] [tgz] |
---|---|---|
author | Dan Austin <danielaustin@google.com> | Thu Mar 24 11:28:46 2016 -0700 |
committer | Dan Austin <danielaustin@google.com> | Mon Mar 28 13:43:15 2016 -0700 |
tree | d2fb9e805a0e3c9f825c2246f411365f56db67cd | |
parent | a7dc8dfc1564b656bbc59ab9755876d3e49509fe [diff] |
Fix const issues in preparation for libcxx rebase. Change-Id: Id57474eb63334873ee5383f61eb918941dbb0984
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, '/');