summaryrefslogtreecommitdiff
path: root/plugins/Sessions
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Sessions')
-rw-r--r--plugins/Sessions/Src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/Src/Utils.cpp b/plugins/Sessions/Src/Utils.cpp
index 9b15bfe40e..a5eab0ebb8 100644
--- a/plugins/Sessions/Src/Utils.cpp
+++ b/plugins/Sessions/Src/Utils.cpp
@@ -47,7 +47,7 @@ void AddSessionMark(MCONTACT hContact, int mode, char bit)
memset(pszBuffer, 0, (g_ses_count + 1));
mir_strcpy(pszBuffer, szValue);
}
- else pszBuffer = szValue.detouch();
+ else pszBuffer = szValue.detach();
char temp_1 = pszBuffer[0];
for (size_t i = 0; i < g_ses_count; i++) {