Ignore:
Timestamp:
Jan 24, 2000, 2:45:21 AM (26 years ago)
Author:
bird
Message:

Heapcoding nearly completed...

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:02 bird Exp $
     1/* $Id: avl.c,v 1.3 2000-01-24 01:45:19 bird Exp $
    22 *
    33 * AVL-Tree (lookalike) implementation.
     
    436436    if (*ppTree != NULL)
    437437    {
    438         pEnumData->fFromLeft = fFromLeft;
     438        pEnumData->fFromLeft = (char)fFromLeft;
    439439        pEnumData->cEntries = 1;
    440440        pEnumData->aEntries[0] = *ppTree;
Note: See TracChangeset for help on using the changeset viewer.