diff options
author | George Hazan <george.hazan@gmail.com> | 2014-11-28 21:42:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-11-28 21:42:06 +0000 |
commit | d11eed5a8cfcb873e43fc046ce1b4ac163dcd8cc (patch) | |
tree | 7bb25c5043d9a09b970e8775abe1bff66ac9bd58 /plugins | |
parent | 6895d635acb37ba42e53ba95ca3eee2ddbbef24d (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.cpp | 2 |
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
}
|