diff -r a5bc8e689e22 -r 73ee3cc32a49 main/recipes.c --- a/main/recipes.c Sat Oct 01 14:23:15 2022 +0200 +++ b/main/recipes.c Thu Oct 06 14:17:05 2022 +0200 @@ -171,6 +171,7 @@ _xml_add_name[0] = '\0'; strncat(_xml_add_name, char_data_buffer, 63); _xml_add_time = 0; // reset + _xml_add_valid = false; } else if (strcmp("USE", _xml_element[4]) == 0) { if (strcmp("Boil", char_data_buffer) == 0) { _xml_add_valid = true;