]> code.delx.au - pulseaudio/commit
device-restore: Make bools not be bit fields
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Fri, 12 Aug 2011 14:03:41 +0000 (19:33 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 15 Aug 2011 06:21:35 +0000 (11:51 +0530)
commitba163b8b23bcd72c35b028eb0b43c31a6ae1724d
treea3727c6d5ce86fbca9099a69d3bde60cd9224774
parent51fcee89029063998913d1ccab7df54134d72b8d
device-restore: Make bools not be bit fields

This makes the pa_bool_t members of userdata not be a single bit field
since pa_bool_t can be an int, potentially causing signedness issues in
comparisons.
src/modules/module-device-restore.c