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

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

Address const issues in preparation for libcxx rebase.

Change-Id: I475253079dd49f34be10aa18e2b34a4e9be7c126
parent f903306a
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;