.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@9295 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-12-17 20:01:27 +00:00
parent eb9cb8a39b
commit ed0190a472

View file

@ -196,7 +196,7 @@ RpcGet RpcRequest::Execute()
}
else {
XmlParser p(response);
try {
try {
p.ReadPI();
p.PassTag("methodResponse");
if(p.Tag("fault")) {