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

Commit dce9b61d authored by Dan Austin's avatar Dan Austin Committed by Gerrit Code Review
Browse files

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

parents 37613657 a27bbd27
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, '/');