summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/exportimport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DbEditorPP/src/exportimport.cpp')
-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 8408a23215..3ad32a0b21 100644
--- a/plugins/DbEditorPP/src/exportimport.cpp
+++ b/plugins/DbEditorPP/src/exportimport.cpp
@@ -354,7 +354,7 @@ void importSettings(MCONTACT hContact, char *utf8)
case 'b':
case 'B':
if (sscanf(end + 2, "%u", &value) == 1)
- db_set_b(hContact, module, setting, (BYTE)value);
+ db_set_b(hContact, module, setting, (uint8_t)value);
break;
case 'w':
case 'W':