]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig/parser.cpp
stg-2.409 pre-merge.
[stg.git] / projects / stargazer / plugins / configuration / sgconfig / parser.cpp
index e52eb3faf72f828e79c7eac31df1fa279511fe96..0371798197d287aaf4d8e5f778b0efdbcf4e1944 100644 (file)
@@ -40,7 +40,6 @@ int BASE_PARSER::End(void *, const char * el)
         if (strcasecmp(el, m_tag.c_str()) != 0)
             return -1;
         CreateAnswer();
-        m_done = true;
     }
 
     --m_depth;