Changeset 850 for trunk/dll/dirsize.c
- Timestamp:
- Oct 7, 2007, 4:50:15 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r841 r850 277 277 ulFindCnt = FilesToGet; 278 278 DosError(FERR_DISABLEHARDERR); 279 rc = xDosFindNext(hdir, pffbArray, ulBufBytes, &ulFindCnt );279 rc = xDosFindNext(hdir, pffbArray, ulBufBytes, &ulFindCnt, FIL_QUERYEASIZEL); 280 280 } // while more found 281 281
Note:
See TracChangeset
for help on using the changeset viewer.