Changeset 838 for trunk/dll/inis.c
- Timestamp:
- Sep 21, 2007, 9:19:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/inis.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/inis.c
r793 r838 523 523 nm = 1; 524 524 DosError(FERR_DISABLEHARDERR); 525 if (! DosFindFirst("*.IST",526 &hdir,527 FILE_NORMAL | FILE_ARCHIVED,528 &ffb, sizeof(ffb), &nm, FIL_STANDARD)) {525 if (!xDosFindFirst("*.IST", 526 &hdir, 527 FILE_NORMAL | FILE_ARCHIVED, 528 &ffb, sizeof(ffb), &nm, FIL_STANDARD)) { 529 529 do { 530 530 priority_bumped(); … … 533 533 MPFROMP(ffb.achName)); 534 534 nm = 1; 535 } while (! DosFindNext(hdir, &ffb, sizeof(ffb), &nm));535 } while (!xDosFindNext(hdir, &ffb, sizeof(ffb), &nm)); 536 536 DosFindClose(hdir); 537 537 priority_bumped();
Note:
See TracChangeset
for help on using the changeset viewer.
