tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: prop_dictionary_make_immutable



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


Home | Main Index | Thread Index | Old Index