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

Commit 1c0d8453 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 52ffc55f a40d49b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ long ADebug::GetLevelFromSettingsString(
            ++current;
        }
        // check for :
        char *colon = strchr(current, ':');
        const char *colon = strchr(current, ':');

        // get level
        char *end;