On Wed, Mar 05, 2008 at 08:30:21AM +0100, Quentin Garnier wrote:
> + if (prop_dictionary_is_immutable(pd) == false)
Surely, if we are goig to use 'bool' this should be just:
if (!prop_dictionary_is_immutable(pd))
David
--
David Laight: david%l8s.co.uk@localhost