summaryrefslogtreecommitdiff
path: root/plugins/Variables/src/parse_external.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Variables/src/parse_external.cpp')
-rw-r--r--plugins/Variables/src/parse_external.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Variables/src/parse_external.cpp b/plugins/Variables/src/parse_external.cpp
index 4aec50a9ee..c3c857c46d 100644
--- a/plugins/Variables/src/parse_external.cpp
+++ b/plugins/Variables/src/parse_external.cpp
@@ -42,8 +42,8 @@ static TCHAR *getFullWinampTitleText()
mir_free(szWinText);
return NULL;
}
- _tcscpy(szTitle, szWinText);
- _tcscpy(szTitle + mir_tstrlen(szTitle), szWinText);
+ mir_tstrcpy(szTitle, szWinText);
+ mir_tstrcpy(szTitle + mir_tstrlen(szTitle), szWinText);
mir_free(szWinText);
return szTitle;