- Timestamp:
- Jun 26, 2002, 8:55:29 AM (23 years ago)
- 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:02sandervl Exp $ */1 /* $Id: changenotify.c,v 1.7 2002-06-26 06:55:29 sandervl Exp $ */ 2 2 /* 3 3 * shell change notification … … 129 129 SHFree(item); 130 130 #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 /* 134 132 * Anyway, ptr == item, we free item hence the memory shouldn't be 135 133 * accessed by us any longer. We have to break here so we do NOT do … … 137 135 * -bird- 138 136 */ 137 ret = TRUE; 139 138 break; 140 139 #else
Note:
See TracChangeset
for help on using the changeset viewer.