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

Commit c4d2f8ae authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "cmds/service: Fix categoryCount"

parents e1bff7cf 2dc7b47e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -232,7 +232,6 @@ int main(int argc, char* const argv[])
                                else if (strcmp(key, "categories") == 0)
                                {
                                    char* context2 = nullptr;
                                    int categoryCount = 0;
                                    categories[categoryCount] = strtok_r(value, ",", &context2);

                                    while (categories[categoryCount] != nullptr)