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

Commit b45c8640 authored by Henning Nielsen Lund's avatar Henning Nielsen Lund
Browse files

hnl_dk: size_t is long int and not unsigned int.

Change-Id: I6c1f33be09e83324894ac43e38829f3e39890f3e
parent 29d78052
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ bool SensorService::threadLoop()
                    for (size_t j=0 ; j<activeVirtualSensorCount ; j++) {
                        if (count + k >= minBufferSize) {
                            ALOGE("buffer too small to hold all events: "
                                    "count=%u, k=%u, size=%u",
                                    "count=%ld, k=%ld, size=%ld",
                                    count, k, minBufferSize);
                            break;
                        }