Fix const issues in preparation for libcxx rebase.
Change-Id: Id57474eb63334873ee5383f61eb918941dbb0984
This commit is contained in:
parent
8aeabe15dd
commit
a27bbd2728
|
@ -355,7 +355,7 @@ void make_link_init(const char *oldpath, const char *newpath)
|
|||
{
|
||||
int ret;
|
||||
char buf[256];
|
||||
char *slash;
|
||||
const char *slash;
|
||||
int width;
|
||||
|
||||
slash = strrchr(newpath, '/');
|
||||
|
|
Loading…
Reference in New Issue