git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Ticket 37. In the TariffChangeIsAllowed() function return "" added and
[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 e52eb3faf72f828e79c7eac31df1fa279511fe96..0371798197d287aaf4d8e5f778b0efdbcf4e1944 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/parser.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/parser.cpp
@@
-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;