commit | a27bbd272810e147f2d847cafb6e1ed4ee6fc8e0 | [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 | 8aeabe15dd38093029714dabb1713724400cf5f1 [diff] [blame] |
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, '/');