Changeset 1901
- Timestamp:
- May 29, 2024, 10:05:35 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1891 r1901 282 282 NULL, // total files 283 283 NULL, // total bytes 284 (pciL && (INT)pciL != -1) ? pciL->pszDisplayName : 0);284 (pciL && (INT)pciL != -1) && pciL->pszDisplayName ? pciL->pszDisplayName : 0); 285 285 pciParent->fleshed = TRUE; 286 286 return TRUE; … … 600 600 hptrReadonly : hptrFile; 601 601 } 602 pci->rc.hptrIcon = hptr; 602 pci->rc.hptrIcon = hptr; 603 pci->attrFile = pffb->attrFile; 603 604 memset(&ri, 0, sizeof(RECORDINSERT)); 604 605 ri.cb = sizeof(RECORDINSERT);
Note:
See TracChangeset
for help on using the changeset viewer.