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

Commit fbd87e8b authored by Glenn Kasten's avatar Glenn Kasten
Browse files

Fix build error in tee sink

Bug: 30203029
Change-Id: I4b595c81f570fd12f7a1c7deb6db7e3139276481
parent 9f639225
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));
            }
        }