Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba23e453 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "Fix MTP_TYPE_UINT128 data conversion issue"

parents a314384d 8937f1aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -429,7 +429,7 @@ MtpResponseCode MyMtpDatabase::getObjectPropertyValue(MtpObjectHandle handle,
                packet.putInt128(longValue);
                break;
            case MTP_TYPE_UINT128:
                packet.putInt128(longValue);
                packet.putUInt128(longValue);
                break;
            case MTP_TYPE_STR:
            {