summaryrefslogtreecommitdiffstats
path: root/mtp/mtp_MtpDatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mtp/mtp_MtpDatabase.cpp')
-rwxr-xr-xmtp/mtp_MtpDatabase.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/mtp/mtp_MtpDatabase.cpp b/mtp/mtp_MtpDatabase.cpp
index 17053f1de..5eb7d8e61 100755
--- a/mtp/mtp_MtpDatabase.cpp
+++ b/mtp/mtp_MtpDatabase.cpp
@@ -836,8 +836,8 @@ MtpProperty* MyMtpDatabase::getDevicePropertyDesc(MtpDeviceProperty property) {
// get current value
// TODO: add actual values
- result->setCurrentValue('\0');
- result->setDefaultValue('\0');
+ result->setCurrentValue(0);
+ result->setDefaultValue(0);
break;
}