Zdenek Prikryl
2008-Oct-16 09:18 UTC
[Vorbis-dev] [PATCH] ogg123 doesn't unset non-blocking mode on stderr
Hello, if you play some ogg file with ogg123, then it will leave stderr in non-blocking mode. Strace output contains only this fcntl call: ... fcntl64(2, F_SETFL, O_RDONLY|O_NONBLOCK) = 0 ... So, I'm sending the patch which manages unseting non-blocking mode on stderr. Best regards. -- Zdenek Prikryl <zprikryl at redhat.com> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: vorbis-tools-1.2.0-non-block.patch Url: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20081016/574f41e4/attachment.txt