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

Commit d1c6a1a7 authored by Dan Austin's avatar Dan Austin Committed by android-build-merger
Browse files

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

am: 1c0d8453

* commit '1c0d8453':
  Address const issues in preparation for libcxx rebase.
parents edc2c43d 1c0d8453
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;