Changeset 1397 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Feb 9, 2009, 12:18:29 AM (17 years ago)
Author:
Gregg Young
Message:

Some clean up of the date formatting code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1395 r1397  
    12241224                                           MAIN_STATUS), pci->pszFileName);
    12251225        if (fMoreButtons && hwndName) {
    1226           CHAR szDate[11];
     1226          CHAR szDate[DATE_BUF_BYTES];
    12271227
    12281228          DateFormat(szDate, pci->date);
Note: See TracChangeset for help on using the changeset viewer.