Changeset 762 for trunk/dll/dircnrs.c


Ignore:
Timestamp:
Aug 5, 2007, 1:19:21 AM (18 years ago)
Author:
Steven Levine
Message:

Use two pass logic to free CNRITEMs and ARCITEMs
Rename pszLongname to pszLongName
More compare directories rework
Make directory sizes item draw placement deterministic - how did it ever work?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/dircnrs.c

    r761 r762  
    30453045          CHAR s[CCHMAXPATHCOMP + 91], tb[81], tf[81];
    30463046
    3047           pci = (PCNRITEM) ((pre) ? pre->pRecord : NULL);
     3047          pci = (PCNRITEM) (pre ? pre->pRecord : NULL);
    30483048          if (!pci) {
    30493049            if (hwndStatus2)
Note: See TracChangeset for help on using the changeset viewer.