Changeset 193 for trunk/src/helpers/linklist.c
- Timestamp:
- Jul 26, 2002, 11:17:06 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/linklist.c
r167 r193 804 804 // item to be removed is first: adjust first 805 805 pList->pFirst = pRemoveNode->pNext; // can be NULL 806 806 807 if (pList->pLast == pRemoveNode) 807 808 // item to be removed is last: adjust last
Note:
See TracChangeset
for help on using the changeset viewer.