git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix old-style casts.
[stg.git]
/
projects
/
sgconf
/
xml.cpp
diff --git
a/projects/sgconf/xml.cpp
b/projects/sgconf/xml.cpp
index abf2ccc62e96f8643a9ff808d5a344c7d3964bd7..61587a14d0b7942b6426d0667171083131e8b44f 100644
(file)
--- a/
projects/sgconf/xml.cpp
+++ b/
projects/sgconf/xml.cpp
@@
-87,7
+87,7
@@
bool RawXMLFunction(const SGCONF::CONFIG & config,
const std::string & arg,
const std::map<std::string, std::string> & /*options*/)
{
-STG::S
ERVCONF
proto(config.server.data(),
+STG::S
ervConf
proto(config.server.data(),
config.port.data(),
config.localAddress.data(),
config.localPort.data(),