diff options
author | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-26 20:42:21 +0000 |
---|---|---|
committer | george.hazan <george.hazan@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-26 20:42:21 +0000 |
commit | 9b450b9f36442200b4f4190d084bec484d84b6b5 (patch) | |
tree | e940caca4635337e53be8de3bb03bfc544606e58 /dbeditorpp/main.cpp | |
parent | 2ebb53adcd4663ac2f1da74972b7b21d53b0ce53 (diff) |
project fixes
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@123 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'dbeditorpp/main.cpp')
-rw-r--r-- | dbeditorpp/main.cpp | 2 |
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;
|