Changeset 850 for trunk/dll/seeall.c


Ignore:
Timestamp:
Oct 7, 2007, 4:50:15 AM (18 years ago)
Author:
Steven Levine
Message:

Rework large file support wrappers (ticket #41)
Add code to avoid NTFS driver small file read defect (ticket #159)
Add debug code to try to catch David's drive bar exception
Another attempt to correct newview fast viewer text load failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r847 r850  
    19981998        break;
    19991999      ulFindCnt = ulFindMax;
    2000       rc = xDosFindNext(hdir, pffbArray, sizeof(FILEFINDBUF3L) * ulFindCnt, &ulFindCnt);
     2000      rc = xDosFindNext(hdir,
     2001                        pffbArray,
     2002                        sizeof(FILEFINDBUF3L) * ulFindCnt,
     2003                        &ulFindCnt,
     2004                        FIL_STANDARDL);
    20012005    } while (!rc);
    20022006    DosFindClose(hdir);
Note: See TracChangeset for help on using the changeset viewer.