Ignore:
Timestamp:
Feb 14, 2001, 10:01:57 PM (25 years ago)
Author:
umoeller
Message:

Added XML.

File:
1 edited

Legend:

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

    r29 r35  
    469469                            // cnrhAllocRecords)
    470470                        BOOL fInvalidate,
    471                         PSZ pszText,
     471                        const char *pcszText,
    472472                            // in: text for recc. in all views (or NULL)
    473473                        ULONG flRecordAttr,
     
    484484        // precc->preccNextRecord = NULL;
    485485
    486         if (pszText) // V0.9.0
     486        if (pcszText) // V0.9.0
    487487        {
    488             precc->pszIcon = pszText;
    489             precc->pszText = pszText;
    490             precc->pszName = pszText;
    491             precc->pszTree = pszText;
     488            precc->pszIcon = (PSZ)pcszText;
     489            precc->pszText = (PSZ)pcszText;
     490            precc->pszName = (PSZ)pcszText;
     491            precc->pszTree = (PSZ)pcszText;
    492492        }
    493493
Note: See TracChangeset for help on using the changeset viewer.