Changeset 1347 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Dec 20, 2008, 5:22:16 AM (17 years ago)
Author:
Gregg Young
Message:

More code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r1335 r1347  
    142142
    143143  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   } */
    151144  ulBufBytes = sizeof(FILEFINDBUF4L) * FilesToGet;
    152145  pffbArray = xmalloc(ulBufBytes, pszSrcFile, __LINE__);
     
    162155  hdir = HDIR_CREATE;
    163156  ulFindCnt = 1;
    164   // memset(pffbArray, 0, sizeof(FILEFINDBUF4L));       // 11 Aug 07 SHL bypass memset
    165157  DosError(FERR_DISABLEHARDERR);
    166158  // Check directory exists
     
    717709              // Place text above graph box with a bit of whitespace between
    718710              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;
    721712              GpiCharStringAt(oi->hps, &ptl, p - pci->pszDisplayName,
    722713                              pci->pszDisplayName);
     
    725716
    726717              // draw the graph box
    727               // GpiQueryTextBox(oi->hps, 1, "#", TXTBOX_COUNT, aptl);  // 03 Aug 07 SHL
    728718              // draw black outline
    729719              GpiSetColor(oi->hps, CLR_BLACK);
Note: See TracChangeset for help on using the changeset viewer.