summaryrefslogtreecommitdiff
path: root/dbeditorpp/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dbeditorpp/main.cpp')
-rw-r--r--dbeditorpp/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbeditorpp/main.cpp b/dbeditorpp/main.cpp
index b94cceb..280d72e 100644
--- a/dbeditorpp/main.cpp
+++ b/dbeditorpp/main.cpp
@@ -86,7 +86,7 @@ int DBSettingChanged(WPARAM wParam,LPARAM lParam)
{
if ((hContact == info->hContact) && !mir_strcmp(info->module, cws->szModule))
{
- setting = mir_tstrdup(cws->szSetting);
+ setting = mir_strdup(cws->szSetting);
if (cws->value.type == DBVT_DELETED)
{
LVFINDINFO lvfi;