Changeset 35 for trunk/src/helpers/cnrh.c
- Timestamp:
- Feb 14, 2001, 10:01:57 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cnrh.c
r29 r35 469 469 // cnrhAllocRecords) 470 470 BOOL fInvalidate, 471 PSZ pszText,471 const char *pcszText, 472 472 // in: text for recc. in all views (or NULL) 473 473 ULONG flRecordAttr, … … 484 484 // precc->preccNextRecord = NULL; 485 485 486 if (p szText) // V0.9.0486 if (pcszText) // V0.9.0 487 487 { 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; 492 492 } 493 493
Note:
See TracChangeset
for help on using the changeset viewer.