Changeset 1397 for trunk/dll/dircnrs.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/dircnrs.c

    r1395 r1397  
    14741474
    14751475      CNRINFO cnri;
    1476       CHAR s[CCHMAXPATH * 2], tf[81], tb[81], szDate[11];
     1476      CHAR s[CCHMAXPATH * 2], tf[81], tb[81], szDate[DATE_BUF_BYTES];
    14771477      PCNRITEM pci;
    14781478
     
    33503350                }
    33513351                if (fMoreButtons) {
    3352                   CHAR szDate[11];
     3352                  CHAR szDate[DATE_BUF_BYTES];
    33533353
    33543354                  WinSetWindowText(hwndName, pci->pszFileName);
Note: See TracChangeset for help on using the changeset viewer.