diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 13:10:31 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-11-21 13:10:31 +0000 |
commit | fbc3a8fbf75f69d14ef8f545a7e43425db4eaaf7 (patch) | |
tree | 8ac91de364988140233a487d510bbcbf339e6a9f /db3x_autobackups/dbsettings.c | |
parent | 778273f4cf7d1e2d41eeec5355d7fb749a0526b6 (diff) |
sync with core
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@386 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'db3x_autobackups/dbsettings.c')
-rw-r--r-- | db3x_autobackups/dbsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3x_autobackups/dbsettings.c b/db3x_autobackups/dbsettings.c index 3e8f49d..e111918 100644 --- a/db3x_autobackups/dbsettings.c +++ b/db3x_autobackups/dbsettings.c @@ -426,7 +426,7 @@ static int GetContactSettingStr(WPARAM wParam,LPARAM lParam) return 0;
if ( dgs->pValue->type != DBVT_ASCIIZ && dgs->pValue->type != DBVT_UTF8 )
- return 0;
+ return 1;
if ( iSaveType == DBVT_WCHAR ) {
if ( dgs->pValue->type != DBVT_UTF8 ) {
|