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

Commit 322e96e4 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

am: b78d2df8

Change-Id: Id4dc7cf19e5dc19b73cd49d976deacf8aba898e3
parents 73a120dc b78d2df8
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));
            }
        }