From 2ac29594d76f2cf75b59aa1889568bf742a24916 Mon Sep 17 00:00:00 2001 From: ElzorFox Date: Thu, 18 Apr 2024 12:03:09 +0500 Subject: VKontakte: fix formating video --- protocols/VKontakte/src/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/VKontakte/src') diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 64845d352f..88c3fdde0e 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -1350,7 +1350,7 @@ CMStringW CVkProto::GetAttachmentDescr(const JSONNode &jnAttachments, BBCSupport if (jnVideo["image"]) { CMStringW wszPreviewImage = GetVkPhotoForVideoItem(jnVideo["image"], hContact, iMessageId); if (!wszPreviewImage.IsEmpty()) - res.AppendFormat(L"%s\n", wszPreviewImage.c_str()); + res.Append(wszPreviewImage); } res.AppendFormat(L"%s: %s", -- cgit v1.2.3