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/tmsgfile.c

    r108 r113  
    177177            ZERO(pFile);
    178178            pFile->pszFilename = strdup(pcszMessageFile);
    179             treeInit(&pFile->IDsTreeRoot);
     179            treeInit(&pFile->IDsTreeRoot, NULL);
    180180
    181181            xstrInitSet(&pFile->strContent, pszContent);
     
    294294                    // store this thing
    295295                    if (!treeInsert(&pFile->IDsTreeRoot,
     296                                    NULL,
    296297                                    (TREE*)pNew,
    297298                                    treeCompareStrings))
     
    332333    {
    333334        PTMFMSGFILE pFile = *ppMsgFile;
    334         ULONG   cItems;
     335        LONG   cItems;
    335336        TREE**  papNodes;
    336337
Note: See TracChangeset for help on using the changeset viewer.