From d87d1afb313c692fa25d770df80da33302364ea4 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 29 Jul 2019 20:06:07 +0200 Subject: JabberG: * Fixed typo --- protocols/JabberG/src/jabber_userinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp index ad576b0526..1a3e01f3d2 100755 --- a/protocols/JabberG/src/jabber_userinfo.cpp +++ b/protocols/JabberG/src/jabber_userinfo.cpp @@ -225,7 +225,7 @@ static void sttFillResourceInfo(CJabberProto *ppro, HWND hwndTree, HTREEITEM hti if (len > 0) buf[len - 1] = 0; } - else mir_strncpy(buf, TranslateU(""), _countof(buf)); + else mir_strncpy(buf, TranslateU(""), _countof(buf)); sttFillInfoLine(hwndTree, htiResource, nullptr, TranslateT("Last activity"), buf, sttInfoLineId(resource, INFOLINE_IDLE)); } -- cgit v1.2.3