Changeset 1029 for trunk/dll/eas.c


Ignore:
Timestamp:
Jun 23, 2008, 3:30:16 AM (17 years ago)
Author:
Gregg Young
Message:

Fixed early memory free; Added free_... functions to make fortify checking easier; Added fortify scopes; Delete now moves to trash can on systems with the xworkplace trash can installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/eas.c

    r1009 r1029  
    11471147      break;
    11481148    }
    1149     pfealist->list[0].cbValue = (ULONG) (eaval -
     1149    pfealist->list[0].cbValue = /*(ULONG)*/ (eaval -
    11501150                                         (pfealist->list[0].szName +
    11511151                                          pfealist->list[0].cbName + 1));
Note: See TracChangeset for help on using the changeset viewer.