Changeset 940 for trunk/dll/misc.c


Ignore:
Timestamp:
Jan 21, 2008, 10:55:00 PM (18 years ago)
Author:
Gregg Young
Message:

Minor cleanup, added comments and History for recent changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r937 r940  
    3737  22 Nov 07 GKY Use CopyPresParams to fix presparam inconsistencies in menus
    3838  12 Jan 08 SHL Document SetConditionalCascade
     39  13 Jan 08 GKY Get Subjectwidth/Subjectleft working in the collector.
    3940  xx Jan 08 JBS Ticket 150: fix/improve save and restore of dir cnr state at FM/2 close/reopen
     41  21 Jan 08 GKY Stop reallocating NullStr by direct editing of empty subject and longname strings.
    4042
    4143***********************************************************************/
     
    756758            eaop.fpGEA2List = (PGEA2LIST) 0;
    757759            eaop.fpFEA2List = pfealist;
    758             eaop.oError = 0L;
     760            eaop.oError = 0;
    759761            rc = xDosSetPathInfo(pci->pszFileName, FIL_QUERYEASIZE,
    760762                                 &eaop, sizeof(eaop), DSPI_WRTTHRU);
Note: See TracChangeset for help on using the changeset viewer.