]> git.tuebingen.mpg.de Git - paraslash.git/commit
osx_write: Check return value of AudioOutputUnitStart().
authorAndre Noll <maan@systemlinux.org>
Thu, 9 Aug 2012 19:07:03 +0000 (21:07 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 30 Oct 2012 12:24:32 +0000 (13:24 +0100)
commit9eaa22ecdafa718fc2a84a70d442c829ae7e1b34
treec3fd444b0ed28d32144507f08f3ad930f64ef441
parent831db326fc8977846792634c177c5811165c287a
osx_write: Check return value of AudioOutputUnitStart().

This function may fail, and we even have an error code for this condition
available.
osx_write.c