summaryrefslogtreecommitdiff
path: root/db3x_autobackups/dbsettings.c
diff options
context:
space:
mode:
Diffstat (limited to 'db3x_autobackups/dbsettings.c')
-rw-r--r--db3x_autobackups/dbsettings.c2
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 ) {