main/recipes.c

changeset 124
73ee3cc32a49
parent 121
30aca5888d2b
child 127
e86ee2d718b2
--- 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;

mercurial