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

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

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

parents 1c0d8453 8abaa35a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ sp<DataURISource> DataURISource::Create(const char *uri) {
        return NULL;
    }

    char *commaPos = strrchr(uri, ',');
    const char *commaPos = strrchr(uri, ',');

    if (commaPos == NULL) {
        return NULL;