Changeset 8769 for trunk/src


Ignore:
Timestamp:
Jun 26, 2002, 8:55:29 AM (23 years ago)
Author:
sandervl
Message:

fix for wrong merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/changenotify.c

    r8757 r8769  
    1 /* $Id: changenotify.c,v 1.6 2002-06-25 07:13:02 sandervl Exp $ */
     1/* $Id: changenotify.c,v 1.7 2002-06-26 06:55:29 sandervl Exp $ */
    22/*
    33 *      shell change notification
     
    129129            SHFree(item);
    130130#ifdef __WIN32OS2__
    131             /* ret = TRUE;
    132              * <rant> HEY! Have you guys ever heard about the break keyword?
    133              * And please don't test if ret == FALSE. Test !ret!!! </rant>
     131            /*
    134132             * Anyway, ptr == item, we free item hence the memory shouldn't be
    135133             * accessed by us any longer. We have to break here so we do NOT do
     
    137135             * -bird-
    138136             */
     137            ret = TRUE;
    139138            break;
    140139#else
Note: See TracChangeset for help on using the changeset viewer.