]> code.delx.au - pulseaudio/commit
pacat: Replace read(), write() with pa_* equivalent.
authorThomas Martitz <kugel@rockbox.org>
Mon, 20 Aug 2012 21:50:38 +0000 (23:50 +0200)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Tue, 23 Oct 2012 06:42:37 +0000 (12:12 +0530)
commitb342daded9f3eed967637bc32ae066bce827c81d
treee2cd6b53557e6729d6abc14d37db9f720257cb4a
parentc327850d9e4479a0572b7baaf8dafd737586e5a1
pacat: Replace read(), write() with pa_* equivalent.

Calling pa_read() and pa_write() seems more appropriate since they deal better
with platform specific issues. This doesn't actually fix any open issue since
only stdio is affected but it seems more future proof.
src/utils/pacat.c