Changeset 1896 for trunk/dll/findrec.c


Ignore:
Timestamp:
Aug 14, 2022, 9:12:03 PM (3 years ago)
Author:
Gregg Young
Message:

Attempt to fix tree container corruption and rare trap when both switch on focaus change and switch on directory change are enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/findrec.c

    r1877 r1896  
    6666  pci = WinSendMsg(hwndCnr,
    6767                   CM_SEARCHSTRING, MPFROMP(&srch), MPFROMP(pciParent));
    68   while (pci && (INT) pci != -1) {
     68  while (pci && (INT) pci != -1 && pci->pszFileName) {
    6969    if (!noenv || (pci->flags & (RECFLAGS_ENV | RECFLAGS_UNDERENV)) == 0) {
    7070      // CNRITEM for file/directory
Note: See TracChangeset for help on using the changeset viewer.