summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_caps.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-20 14:21:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-20 14:21:21 +0300
commit85f043e20f819139314f5ed0b02315126d7961f7 (patch)
tree742b98b626b239c0e0a3a73036f57610c8eb3f3a /protocols/JabberG/src/jabber_caps.cpp
parent5ca3082957a2ca4a3beda55c0d06607ee322df01 (diff)
fix for some formatting issues
Diffstat (limited to 'protocols/JabberG/src/jabber_caps.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_caps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_caps.cpp b/protocols/JabberG/src/jabber_caps.cpp
index aae787a123..305cf845eb 100755
--- a/protocols/JabberG/src/jabber_caps.cpp
+++ b/protocols/JabberG/src/jabber_caps.cpp
@@ -176,7 +176,7 @@ void CJabberProto::OnIqResultCapsDiscoInfo(const TiXmlElement*, CJabberIqInfo *p
root.push_back(JSONNode("sm", pCaps->m_szSoftMir.get()));
root.push_back(JSONNode("c", CMStringA(FORMAT, "%lld", jcbCaps)));
- CMStringA szName(FORMAT, "%S#%S", pCaps->GetNode(), pCaps->GetHash());
+ CMStringA szName(FORMAT, "%s#%s", pCaps->GetNode(), pCaps->GetHash());
json_string szValue = root.write();
db_set_s(0, "JabberCaps", szName, szValue.c_str());
}