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

Commit bab2192f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "VolumeCurve file build fail" am: e5b8810c am: 52a3541a

parents 3bf3a9b8 52a3541a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ float VolumeCurve::volIndexToDb(int indexInUi, int volIndexMin, int volIndexMax)
            volIdx = volIndexMin;
        } else {
            // This would result in a divide-by-zero below
            ALOG_ASSERT(volIndexmin != volIndexMax, "Invalid volume index range & value: 0");
            ALOG_ASSERT(volIndexMin != volIndexMax, "Invalid volume index range & value: 0");
            return NAN;
        }
    } else {