Changeset 1899


Ignore:
Timestamp:
Mar 21, 2024, 4:21:55 PM (17 months ago)
Author:
Gregg Young
Message:

Fix for key search trap in tree container

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r1890 r1899  
    36713671      USHORT attrib = CRA_CURSORED;
    36723672      // 29 Mar 09 SHL fixme to clear other object select if not extended select
    3673       if (!stricmp(pci->pszDisplayName, dcd->szCommonName))
     3673      if (pci->pszDisplayName && !stricmp(pci->pszDisplayName, dcd->szCommonName))
    36743674        attrib |= CRA_SELECTED;
    36753675      WinSendMsg(hwnd, CM_SETRECORDEMPHASIS, MPFROMP(pci),
Note: See TracChangeset for help on using the changeset viewer.