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

Commit b78d2df8 authored by Glenn Kasten's avatar Glenn Kasten Committed by android-build-merger
Browse files

Merge \"Fix build error in tee sink\" into nyc-mr1-dev

am: 542cb3f4

Change-Id: Ib37734943602043786c9674e9ff5bf802864aa39
parents 97f8d49b 542cb3f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3058,7 +3058,7 @@ void AudioFlinger::dumpTee(int fd, const sp<NBAIO_Source>& source, audio_io_hand
            }
        } else {
            if (fd >= 0) {
                dprintf(fd, "unable to rotate tees in %.*s: %s\n", teePathLen, teePath,
                dprintf(fd, "unable to rotate tees in %.*s: %s\n", (int) teePathLen, teePath,
                        strerror(errno));
            }
        }