Merge "Fix const issues in preparation for libcxx rebase."

This commit is contained in:
Dan Austin 2016-03-28 21:41:09 +00:00 committed by Gerrit Code Review
commit dce9b61d25

View file

@ -355,7 +355,7 @@ void make_link_init(const char *oldpath, const char *newpath)
{ {
int ret; int ret;
char buf[256]; char buf[256];
char *slash; const char *slash;
int width; int width;
slash = strrchr(newpath, '/'); slash = strrchr(newpath, '/');