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

Commit 542cb3f4 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android (Google) Code Review
Browse files

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

parents 00bbc1d5 fbd87e8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3054,7 +3054,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));
            }
        }