Changeset 6045 for trunk/src


Ignore:
Timestamp:
Jun 18, 2001, 3:37:23 PM (24 years ago)
Author:
sandervl
Message:

listview bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/listview.c

    r6039 r6045  
    52795279  lpItem = (LISTVIEW_ITEM *)DPA_GetPtr(hdpaSubItems, 0);
    52805280#ifdef __WIN32OS2__
    5281   if (lpItem == NULL || lpItem->iImage == -1) {
     5281  if (lpItem == NULL || lpItem == -1) {
    52825282    dprintf(("WARNING: lpItem (%x) INVALID", lpItem));
    52835283    return FALSE;
Note: See TracChangeset for help on using the changeset viewer.