Changeset 1880 for trunk/dll/flesh.c
- Timestamp:
- Oct 12, 2015, 8:26:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r1879 r1880 53 53 #include <string.h> 54 54 #include <ctype.h> 55 //#include <malloc.h>56 55 57 56 #define INCL_DOS … … 100 99 BOOL fFilesInTree; 101 100 102 //BOOL Flesh(HWND hwndCnr, PCNRITEM pciParent);103 104 101 BOOL Stubby(HWND hwndCnr, PCNRITEM pciParent); 105 102 BOOL FleshEnv(HWND hwndCnr, PCNRITEM pciParent); 106 //VOID UnFlesh(HWND hwndCnr, PCNRITEM pciParent);107 103 108 104 /** … … 543 539 *p = 0;; 544 540 BldFullPathName(szBuffer, wildcard, pffb->achName); 545 pci->pszFileName = xstrdup(szBuffer, pszSrcFile, __LINE__); //NullStr; // 2015-08-19 SHL FIXME to doc why541 pci->pszFileName = xstrdup(szBuffer, pszSrcFile, __LINE__); 546 542 p = strrchr(pci->pszFileName, '\\'); 547 543 p++; 548 pci->pszDisplayName = p; //NullStr;544 pci->pszDisplayName = p; 549 545 pci->rc.pszIcon = pci->pszDisplayName; 550 546 if (fForceUpper) … … 746 742 } 747 743 c = strlen(((PFLESHWORKITEM)item)->pci->pszFileName); 748 // 2015-08-23 SHL FIXME to not trap for Gregg749 744 return strncmp(((PFLESHWORKITEM)item)->pci->pszFileName, (PCSZ)data, c) == 0; 750 745 }
Note:
See TracChangeset
for help on using the changeset viewer.