diff options
Diffstat (limited to 'plugins/DbEditorPP/src/exportimport.cpp')
-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 3ad32a0b21..fcd3b9d226 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -359,7 +359,7 @@ void importSettings(MCONTACT hContact, char *utf8) case 'w':
case 'W':
if (sscanf(end + 2, "%u", &value) == 1)
- db_set_w(hContact, module, setting, (WORD)value);
+ db_set_w(hContact, module, setting, (uint16_t)value);
break;
case 'd':
case 'D':
|