summaryrefslogtreecommitdiff
path: root/plugins/TopToolBar/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TopToolBar/src/common.h')
-rw-r--r--plugins/TopToolBar/src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TopToolBar/src/common.h b/plugins/TopToolBar/src/common.h
index 105954726e..b046816ad9 100644
--- a/plugins/TopToolBar/src/common.h
+++ b/plugins/TopToolBar/src/common.h
@@ -118,7 +118,7 @@ void RemoveFromOptions(int id);
char *AS(char *str, const char *setting, char *addstr)
{
if (str != NULL) {
- strcpy(str, setting);
+ mir_strcpy(str, setting);
strcat(str, addstr);
}
return str;