Changeset 1878 for trunk/dll/dirsize.c
- Timestamp:
- Oct 12, 2015, 12:24:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1871 r1878 173 173 strcpy(maskstr, pszFileName); 174 174 AddBackslashToPath(maskstr); 175 //if (maskstr[strlen(maskstr) - 1] != '\\')176 // strcat(maskstr, "\\");177 175 pEndMask = &maskstr[strlen(maskstr)]; // Point after last backslash 178 176 strcat(maskstr, "*"); … … 443 441 fprintf(fp, "%*.*s%s %lu %s%s\n", 444 442 indent * 2, indent * 2, " ", 445 pciParent->pszDisplayName, //443 pciParent->pszDisplayName, 446 444 pciParent->attrFile, 447 445 GetPString(IDS_FILETEXT), &"s"[pciParent->attrFile == 1]); … … 453 451 CMA_ITEMORDER)); 454 452 while (pci && (INT) pci != -1) { 455 DosSleep(0); //26 Aug 07 GKY 1453 DosSleep(0); 456 454 PrintToFile(hwndCnr, indent + 1, pci, fp); 457 455 pci = (PCNRITEM) WinSendMsg(hwndCnr, CM_QUERYRECORD, MPFROMP(pci), … … 935 933 strrev(szTemp); 936 934 AddBackslashToPath(szFileName); 937 //if (*szFileName && *szTemp != '\\')938 // strcat(szFileName, "\\");939 935 strcat(szFileName, szTemp); 940 936 pci = WinSendDlgItemMsg(hwnd, DSZ_CNR, CM_QUERYRECORD, … … 1122 1118 if (pState->hptr) 1123 1119 WinDestroyPointer(pState->hptr); 1124 DosSleep(16); //05 Aug 07 GKY 331120 DosSleep(16); 1125 1121 xfree(pState, pszSrcFile, __LINE__); // Let's hope no one is still looking 1126 1122 # ifdef FORTIFY
Note:
See TracChangeset
for help on using the changeset viewer.