Changeset 761 for trunk/dll/inis.c


Ignore:
Timestamp:
Aug 5, 2007, 12:38:34 AM (18 years ago)
Author:
Gregg Young
Message:

Cleanup of FilesToGet changes (ticket 138)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/inis.c

    r689 r761  
    523523
    524524      hdir = HDIR_CREATE;
    525       nm = 1L;
     525      nm = 1;
    526526      DosError(FERR_DISABLEHARDERR);
    527527      if (!DosFindFirst("*.IST",
     
    534534                            MPFROMSHORT(LIT_SORTASCENDING),
    535535                            MPFROMP(ffb.achName));
    536           nm = 1L;
     536          nm = 1;
    537537        } while (!DosFindNext(hdir, &ffb, sizeof(ffb), &nm));
    538538        DosFindClose(hdir);
Note: See TracChangeset for help on using the changeset viewer.