Loading init/init_parser.cpp +23 −24 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ void queue_property_triggers(const char *name, const char *value) match = true; continue; } } else { } const char* equals = strchr(test, '='); if (equals) { char prop_name[PROP_NAME_MAX + 1]; Loading @@ -606,7 +606,6 @@ void queue_property_triggers(const char *name, const char *value) } } } } match = false; break; } Loading Loading
init/init_parser.cpp +23 −24 Original line number Diff line number Diff line Loading @@ -586,7 +586,7 @@ void queue_property_triggers(const char *name, const char *value) match = true; continue; } } else { } const char* equals = strchr(test, '='); if (equals) { char prop_name[PROP_NAME_MAX + 1]; Loading @@ -606,7 +606,6 @@ void queue_property_triggers(const char *name, const char *value) } } } } match = false; break; } Loading