summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-10-24 18:53:02 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-10-24 18:53:02 +0300
commit9691a2a826d1a3f927facfa6fa26bcc68d5b541e (patch)
treecd6653e7bd1d1439cca87d1276a7e094a5fa96ef
parentf84f8085c240ef6991a953bc788a03c8fd86de32 (diff)
sh-hit
-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 ec64e4a83e..d9f2652dde 100755
--- a/protocols/JabberG/src/jabber_caps.cpp
+++ b/protocols/JabberG/src/jabber_caps.cpp
@@ -451,7 +451,7 @@ void CJabberProto::UpdateFeatHash()
feat_buf.Append(szCoreVersion); feat_buf.AppendChar('<');
char os[256];
- if (!OS_GetDisplayString(os, _countof(os))) {
+ if (OS_GetDisplayString(os, _countof(os))) {
feat_buf.Append("x-miranda-os-version"); feat_buf.AppendChar('<');
feat_buf.Append(os); feat_buf.AppendChar('<');
}