git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't build projects in debug mode.
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
parser.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/parser.cpp
b/projects/stargazer/plugins/configuration/sgconfig/parser.cpp
index 0371798197d287aaf4d8e5f778b0efdbcf4e1944..e52eb3faf72f828e79c7eac31df1fa279511fe96 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser.cpp
@@
-40,6
+40,7
@@
int BASE_PARSER::End(void *, const char * el)
if (strcasecmp(el, m_tag.c_str()) != 0)
return -1;
CreateAnswer();
+ m_done = true;
}
--m_depth;