]> code.delx.au - pulseaudio/commit
protocol-native: Reinstate assert that was incorrectly removed
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 19 Mar 2012 08:46:04 +0000 (14:16 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 19 Mar 2012 08:46:04 +0000 (14:16 +0530)
commitfd637e87657ab944f28de422564bca71f9be579b
treecd14c243a15fb77b791b435648f560749d5e6e52
parent54cddc6ddf075b6248b0b8521120b2bd86049978
protocol-native: Reinstate assert that was incorrectly removed

Commit 54cddc6ddf075b6248b0b8521120b2bd86049978 removed an assert that
looked redundant but was not. This commit reinstates it in a slightly
modified form. It is not stated as (a ^ b) instead of (!a || !b) in
order to make the condition more obvious.
src/pulsecore/protocol-native.c