From 9691a2a826d1a3f927facfa6fa26bcc68d5b541e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 24 Oct 2021 18:53:02 +0300 Subject: sh-hit --- protocols/JabberG/src/jabber_caps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG/src') 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('<'); } -- cgit v1.2.3