summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/ICQ-WIM/src/proto.h2
1 files changed, 1 insertions, 1 deletions
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"\\");
}