summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-11-28 21:42:06 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-11-28 21:42:06 +0000
commitd11eed5a8cfcb873e43fc046ce1b4ac163dcd8cc (patch)
tree7bb25c5043d9a09b970e8775abe1bff66ac9bd58 /plugins
parent6895d635acb37ba42e53ba95ca3eee2ddbbef24d (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11137 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/DbEditorPP/src/exportimport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp
index 2d452fac31..173288c211 100644
--- a/plugins/DbEditorPP/src/exportimport.cpp
+++ b/plugins/DbEditorPP/src/exportimport.cpp
@@ -241,7 +241,7 @@ void exportDB(MCONTACT hContact, char *module)
}
else
{
- if (*module = '\0')
+ if (*module == 0)
module = NULL; // reset module for all contacts export
}