diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-11 23:16:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-11 23:16:35 +0000 |
commit | c889a87ca723981a7105b2970da9d33a11b96e9d (patch) | |
tree | 927396037afc35ad31b11834cc839b041d93c632 /plugins/UserInfoEx/src/ex_import | |
parent | 0afd3fae06d577b2f5a277597bd94d300b56e2b6 (diff) |
no more warnings in UInfoEx at all
git-svn-id: http://svn.miranda-ng.org/main/trunk@14920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/ex_import')
-rw-r--r-- | plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp index a53afbe1b6..f4fe8e7b3b 100644 --- a/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp +++ b/plugins/UserInfoEx/src/ex_import/classExImContactXML.cpp @@ -398,7 +398,7 @@ BYTE CExImContactXML::ExportEvents() if (dwNumEvents == 0)
return FALSE;
- DWORD dwNumEventsAdded = 0;
+ int dwNumEventsAdded = 0;
// read out all events for the current contact
for (MEVENT hDbEvent = db_event_first(_hContact); hDbEvent != NULL; hDbEvent = db_event_next(_hContact, hDbEvent)) {
|