format: Don't assert on errors in getters
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 6 Feb 2012 05:50:17 +0000 (11:20 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 5 Mar 2012 14:30:31 +0000 (20:00 +0530)
commit63429b67c744562cb6f3467ff9393788650996d7
treebaedc99cc07f88eef49714b8f0dcfc7a3299560f
parent6f20d39a1c55c4f6b0fc0dce16c5f75e3bd84004
format: Don't assert on errors in getters

This makes handling errors in getter functions more graceful, rather
than triggering warnings/asserts. Better to be less trigger-happy about
these things since this is now public-facing API.
src/pulse/format.c