git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add iconv for 'note', 'email', 'address' and 'group'
[stg.git]
/
projects
/
stargazer
/
plugins
/
configuration
/
sgconfig
/
configproto.cpp
diff --git
a/projects/stargazer/plugins/configuration/sgconfig/configproto.cpp
b/projects/stargazer/plugins/configuration/sgconfig/configproto.cpp
index dee6dbb914db53a44a492846dda03d36289e25fd..6c25e099b6390b741f648dc05b3fc1824d667b5f 100644
(file)
--- a/
projects/stargazer/plugins/configuration/sgconfig/configproto.cpp
+++ b/
projects/stargazer/plugins/configuration/sgconfig/configproto.cpp
@@
-157,10
+157,10
@@
while(nonstop)
str[8] = 0;
len = strlen(str);
str[8] = 0;
len = strlen(str);
-
n++
;
+
++n
;
if (n == requestList.end())
done = 1;
if (n == requestList.end())
done = 1;
-
n--
;
+
--n
;
if (XML_Parse(xmlParser, (*n).c_str(), len, done) == XML_STATUS_ERROR)
{
if (XML_Parse(xmlParser, (*n).c_str(), len, done) == XML_STATUS_ERROR)
{
@@
-181,7
+181,7
@@
while(nonstop)
if (done)
return 0;
if (done)
return 0;
-
n++
;
+
++n
;
}
return 0;
}
return 0;
@@
-219,7
+219,7
@@
for (unsigned int i = 0; i < dataParser.size(); i++)
}
}
//-----------------------------------------------------------------------------
}
}
//-----------------------------------------------------------------------------
-void CONFIGPROTO::SetStore(
BASE_
STORE * s)
+void CONFIGPROTO::SetStore(STORE * s)
{
for (unsigned int i = 0; i < dataParser.size(); i++)
{
{
for (unsigned int i = 0; i < dataParser.size(); i++)
{