Changeset 1347 for trunk/dll/dirsize.c
- Timestamp:
- Dec 20, 2008, 5:22:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1335 r1347 142 142 143 143 CheckDrive(toupper(*pszFileName), FileSystem, NULL); 144 /*if (!stricmp(FileSystem, NTFS)) {145 saymsg(MB_OK,146 HWND_DESKTOP,147 NullStr,148 GetPString(IDS_NTFSDRIVERFAILSTEXT));149 return FALSE;150 } */151 144 ulBufBytes = sizeof(FILEFINDBUF4L) * FilesToGet; 152 145 pffbArray = xmalloc(ulBufBytes, pszSrcFile, __LINE__); … … 162 155 hdir = HDIR_CREATE; 163 156 ulFindCnt = 1; 164 // memset(pffbArray, 0, sizeof(FILEFINDBUF4L)); // 11 Aug 07 SHL bypass memset165 157 DosError(FERR_DISABLEHARDERR); 166 158 // Check directory exists … … 717 709 // Place text above graph box with a bit of whitespace between 718 710 ptl.x = oi->rclItem.xLeft; 719 ptl.y = yBottom + boxHeight + 6; // 03 Aug 07 SHL 720 // GpiMove(oi->hps, &ptl); 711 ptl.y = yBottom + boxHeight + 6; 721 712 GpiCharStringAt(oi->hps, &ptl, p - pci->pszDisplayName, 722 713 pci->pszDisplayName); … … 725 716 726 717 // draw the graph box 727 // GpiQueryTextBox(oi->hps, 1, "#", TXTBOX_COUNT, aptl); // 03 Aug 07 SHL728 718 // draw black outline 729 719 GpiSetColor(oi->hps, CLR_BLACK);
Note:
See TracChangeset
for help on using the changeset viewer.