From 40071b761bb40fba6ce72b3463da4ffff7667ab8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 10 Aug 2019 19:44:29 +0300 Subject: fixes #2024 (ICQ-WIM: embedded groups problems) --- protocols/ICQ-WIM/src/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index ac9a6f92ab..60375bab77 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -76,7 +76,7 @@ struct IcqGroup { level = wszName.SpanIncluding(L">").GetLength(); if (level != 0) - wszName.Delete(level); + wszName.Delete(0, level); wszName.Replace(L">", L"\\"); } -- cgit v1.2.3