Changeset 731 for trunk/dll/flesh.c


Ignore:
Timestamp:
Jul 24, 2007, 1:18:39 AM (18 years ago)
Author:
Steven Levine
Message:

Correct ticket 24 pointer errors for Gregg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/flesh.c

    r730 r731  
    233233  ULONG ddepth = 3L;
    234234  static BOOL brokenlan = FALSE, isbroken = FALSE;
    235   CHAR *f = 0;
    236235
    237236  if (!pciParent || !*pciParent->pszFileName || !hwndCnr)
     
    422421        else {
    423422          RECORDINSERT ri;
    424           pci->pszFileName = xstrdup(f, pszSrcFile, __LINE__);
    425423          //pci->pszFileName = pci->szFileName;
     424          pci->pszFileName = xstrdup(NullStr, pszSrcFile, __LINE__);
    426425          pci->rc.pszIcon = pci->pszFileName;
    427426          memset(&ri, 0, sizeof(RECORDINSERT));
Note: See TracChangeset for help on using the changeset viewer.