Changeset 771 for trunk/dll/dirsize.c


Ignore:
Timestamp:
Aug 6, 2007, 5:05:35 AM (18 years ago)
Author:
Gregg Young
Message:

Increase subject to 1024 reduce DosSleep times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dirsize.c

    r764 r771  
    948948      if (pState->hptr)
    949949        WinDestroyPointer(pState->hptr);
    950       DosSleep(33);
     950      DosSleep(16); //05 Aug 07 GKY 33
    951951      free(pState);                     // Let's hope no one is still looking
    952952    }
Note: See TracChangeset for help on using the changeset viewer.