Changeset 826 for trunk/dll/misc.c


Ignore:
Timestamp:
Sep 1, 2007, 11:50:33 PM (18 years ago)
Author:
Gregg Young
Message:

Add xDosSetPathInfo to work around FILESTATUSx buffer crossing 64k boundry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r796 r826  
    3333  14 Aug 07 SHL Delete obsoletes
    3434  14 Aug 07 SHL Move #pragma alloc_text to end for OpenWatcom compat
     35  01 Sep 07 GKY Add xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry
    3536
    3637***********************************************************************/
     
    747748            eaop.fpFEA2List = pfealist;
    748749            eaop.oError = 0L;
    749             rc = DosSetPathInfo(pci->pszFileName,
     750            rc = xDosSetPathInfo(pci->pszFileName,
    750751                                FIL_QUERYEASIZE,
    751752                                (PVOID) & eaop, sizeof(EAOP2), DSPI_WRTTHRU);
Note: See TracChangeset for help on using the changeset viewer.