Changeset 1878 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Oct 12, 2015, 12:24:39 AM (10 years ago)
Author:
Gregg Young
Message:

Remove some dead code and comments source files starting with A-D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r1871 r1878  
    173173  strcpy(maskstr, pszFileName);
    174174  AddBackslashToPath(maskstr);
    175   //if (maskstr[strlen(maskstr) - 1] != '\\')
    176   //  strcat(maskstr, "\\");
    177175  pEndMask = &maskstr[strlen(maskstr)]; // Point after last backslash
    178176  strcat(maskstr, "*");
     
    443441    fprintf(fp, "%*.*s%s %lu %s%s\n",
    444442            indent * 2, indent * 2, " ",
    445             pciParent->pszDisplayName,  //
     443            pciParent->pszDisplayName,
    446444            pciParent->attrFile,
    447445            GetPString(IDS_FILETEXT), &"s"[pciParent->attrFile == 1]);
     
    453451                                               CMA_ITEMORDER));
    454452      while (pci && (INT) pci != -1) {
    455         DosSleep(0); //26 Aug 07 GKY 1
     453        DosSleep(0);
    456454        PrintToFile(hwndCnr, indent + 1, pci, fp);
    457455        pci = (PCNRITEM) WinSendMsg(hwndCnr, CM_QUERYRECORD, MPFROMP(pci),
     
    935933            strrev(szTemp);
    936934            AddBackslashToPath(szFileName);
    937             //if (*szFileName && *szTemp != '\\')
    938             //  strcat(szFileName, "\\");
    939935            strcat(szFileName, szTemp);
    940936            pci = WinSendDlgItemMsg(hwnd, DSZ_CNR, CM_QUERYRECORD,
     
    11221118      if (pState->hptr)
    11231119        WinDestroyPointer(pState->hptr);
    1124       DosSleep(16); //05 Aug 07 GKY 33
     1120      DosSleep(16);
    11251121      xfree(pState, pszSrcFile, __LINE__); // Let's hope no one is still looking
    11261122#     ifdef FORTIFY
Note: See TracChangeset for help on using the changeset viewer.