Changeset 731 for trunk/dll/flesh.c
- Timestamp:
- Jul 24, 2007, 1:18:39 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/flesh.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/flesh.c
r730 r731 233 233 ULONG ddepth = 3L; 234 234 static BOOL brokenlan = FALSE, isbroken = FALSE; 235 CHAR *f = 0;236 235 237 236 if (!pciParent || !*pciParent->pszFileName || !hwndCnr) … … 422 421 else { 423 422 RECORDINSERT ri; 424 pci->pszFileName = xstrdup(f, pszSrcFile, __LINE__);425 423 //pci->pszFileName = pci->szFileName; 424 pci->pszFileName = xstrdup(NullStr, pszSrcFile, __LINE__); 426 425 pci->rc.pszIcon = pci->pszFileName; 427 426 memset(&ri, 0, sizeof(RECORDINSERT));
Note:
See TracChangeset
for help on using the changeset viewer.
