Changeset 6320 for trunk/src/comctl32/listview.c
- Timestamp:
- Jul 13, 2001, 9:35:05 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r6063 r6320 5352 5352 5353 5353 #ifdef __WIN32OS2__ 5354 if ( (UINT)*ppszText != -1) {5354 if (ppszText && (UINT)*ppszText != -1) { 5355 5355 dprintf(("LISTVIEW_GetItemA lpLVItem->mask (%x), dispInfo.item.mask (%x);", lpLVItem->mask, dispInfo.item.mask)); 5356 5356 } … … 5363 5363 #ifdef __WIN32OS2__ 5364 5364 dprintf(("LISTVIEW_GetItemA *ppszText (%x), dispInfo.item.pszText (%x);", *ppszText, dispInfo.item.pszText)); 5365 if ( (UINT)*ppszText != -1) {5365 if (ppszText && (UINT)*ppszText != -1) { 5366 5366 Str_SetPtrA(ppszText, dispInfo.item.pszText); 5367 5367 } /* endif */
Note:
See TracChangeset
for help on using the changeset viewer.