Hi,

* Tony Balinski wrote (2007-07-03 00:57):
>Quoting Bert Wesarg <[EMAIL PROTECTED]>:
>> I) window.c:
>>
>> function deleteDocument() has obviously a NULL pointer dereference:
>>
>> static void deleteDocument(WindowInfo *window)
>> {
>>     if (NULL != window) {
>>         return;
>This was a mistaken change of test - it originally read "if (!window)"
>and was changed to a more explicit test, but with the wrong operator.
>I've updated this to "if (NULL == window)"

Without even checking the blame I would guess that was me. Sorry for
the typo, but I like the 'NULL [!=] ...' much better.


Thorsten                                                Kristin Hersh: Hope
-- 
Auch Hunger ist Krieg.
    - Willy Brandt

Attachment: pgpbd2dGja6J9.pgp
Description: PGP signature

-- 
NEdit Develop mailing list - [email protected]
http://www.nedit.org/mailman/listinfo/develop

Reply via email to