Ignore:
Timestamp:
Oct 23, 2001, 11:25:46 PM (24 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/semaphores.c

    r83 r113  
    231231               )
    232232            {
    233                 treeInit(&pMutex->ReaderThreadsTree);
     233                treeInit(&pMutex->ReaderThreadsTree, NULL);
    234234            }
    235235        }
     
    281281                   )
    282282                {
    283                     ULONG cItems = pMutex->cReaderThreads;
     283                    LONG cItems = pMutex->cReaderThreads;
    284284                    TREE **papNodes = treeBuildArray(pMutex->ReaderThreadsTree,
    285285                                                     &cItems);
     
    424424
    425425                        treeInsert(&pMutex->ReaderThreadsTree,
     426                                   NULL,
    426427                                   (TREE*)pReader,
    427428                                   treeCompareKeys);
Note: See TracChangeset for help on using the changeset viewer.