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

Commit e7f449da authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter Committed by android-build-merger
Browse files

dataspaceDetails should not print decimal value

am: 9f484649

Change-Id: If820ce57c4cc95a73670648a1a5854c0cb137ef6
parents 15f12126 9f484649
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ std::string decodeRange(android_dataspace dataspace) {

std::string dataspaceDetails(android_dataspace dataspace) {
    if (dataspace == 0) {
        return "Default (0)";
        return "Default";
    }
    return android::base::StringPrintf("%s %s %s", decodeStandard(dataspace).c_str(),
                                       decodeTransfer(dataspace).c_str(),