Merge "Fix const issues in preparation for libcxx rebase."
am: dce9b61
* commit 'dce9b61d253675fc5067b76eb166de66dc8fd367':
Fix const issues in preparation for libcxx rebase.
This commit is contained in:
commit
427fb7216d
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;
|
||||
char buf[256];
|
||||
char *slash;
|
||||
const char *slash;
|
||||
int width;
|
||||
|
||||
slash = strrchr(newpath, '/');
|
||||
|
|
Loading…
Reference in a new issue