Changeset 1901


Ignore:
Timestamp:
May 29, 2024, 10:05:35 PM (15 months ago)
Author:
Gregg Young
Message:

Fix ticket #583 tree corruption on startup or rescan and ticket #584 spurious "no drop" on first subdirectory in tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r1891 r1901  
    282282                     NULL,              // total files
    283283                     NULL,              // total bytes
    284                      (pciL && (INT)pciL != -1) ? pciL->pszDisplayName : 0);
     284                     (pciL && (INT)pciL != -1) && pciL->pszDisplayName ? pciL->pszDisplayName : 0);
    285285    pciParent->fleshed = TRUE;
    286286    return TRUE;
     
    600600                     hptrReadonly : hptrFile;
    601601            }
    602             pci->rc.hptrIcon = hptr;
     602            pci->rc.hptrIcon = hptr;
     603            pci->attrFile = pffb->attrFile;
    603604            memset(&ri, 0, sizeof(RECORDINSERT));
    604605            ri.cb = sizeof(RECORDINSERT);
Note: See TracChangeset for help on using the changeset viewer.