Changeset 1548 for trunk/dll/treecnr.c


Ignore:
Timestamp:
Oct 24, 2010, 9:50:55 PM (15 years ago)
Author:
Gregg Young
Message:

Fixed spurious error message when changing labels in the drive tree with a "not ready" drive selected (Ticket 437).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/treecnr.c

    r1533 r1548  
    770770      if (cnri.cRecords) {
    771771        sprintf(s, GetPString(IDS_NUMDRIVESTEXT), cnri.cRecords);
    772         if (pci && pci->pszFileName) {
     772        if (pci && pci->pszFileName) {
    773773          if (!(driveflags[toupper(*pci->pszFileName) - 'A'] &
    774774                DRIVE_REMOVABLE) ||
Note: See TracChangeset for help on using the changeset viewer.