Merge "Fix const issues in preparation for libcxx rebase."
This commit is contained in:
commit
dce9b61d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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, '/');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue