Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a27bbd27 authored by Dan Austin's avatar Dan Austin
Browse files

Fix const issues in preparation for libcxx rebase.

Change-Id: Id57474eb63334873ee5383f61eb918941dbb0984
parent 8aeabe15
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, '/');