Changeset 1552
- Timestamp:
- Nov 16, 2010, 4:24:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1551 r1552 771 771 if (cnri.cRecords) { 772 772 sprintf(s, GetPString(IDS_NUMDRIVESTEXT), cnri.cRecords); 773 if (pci && pci->pszFileName ) {773 if (pci && pci->pszFileName && *pci->pszFileName) { 774 774 if (!(driveflags[toupper(*pci->pszFileName) - 'A'] & 775 775 DRIVE_REMOVABLE) || … … 1184 1184 1185 1185 case UM_RESCAN: 1186 1186 1187 if (dcd && dcd->hwndFrame == WinQueryActiveWindow(dcd->hwndParent)) { 1187 1188 /*
Note:
See TracChangeset
for help on using the changeset viewer.