Changeset 2507 for trunk/src/win32k/misc/avl.c
- Timestamp:
- Jan 24, 2000, 2:45:21 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/misc/avl.c
r2501 r2507 1 /* $Id: avl.c,v 1. 2 2000-01-22 18:21:02bird Exp $1 /* $Id: avl.c,v 1.3 2000-01-24 01:45:19 bird Exp $ 2 2 * 3 3 * AVL-Tree (lookalike) implementation. … … 436 436 if (*ppTree != NULL) 437 437 { 438 pEnumData->fFromLeft = fFromLeft;438 pEnumData->fFromLeft = (char)fFromLeft; 439 439 pEnumData->cEntries = 1; 440 440 pEnumData->aEntries[0] = *ppTree;
Note:
See TracChangeset
for help on using the changeset viewer.