Changeset 1434 for trunk/dll/filldir.c
- Timestamp:
- Jun 23, 2009, 12:52:05 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/dll/filldir.c (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r1430 r1434 877 877 else 878 878 p = pci->pszFileName; 879 if (szFSType && (fShow SysType || fShowLabel)) {879 if (szFSType && (fShowFSTypeInTree || fShowDriveLabelInTree)) { 880 880 strcpy(szBuf, p); 881 881 strcat(szBuf, " ["); … … 1457 1457 } 1458 1458 } 1459 if (strcmp(volser.volumelabel, "") != 0 && FSInfo && fShow Label)1459 if (strcmp(volser.volumelabel, "") != 0 && FSInfo && fShowDriveLabelInTree) 1460 1460 strcpy(szFSType, volser.volumelabel); 1461 1461 pci->rc.flRecordAttr |= CRA_RECORDREADONLY; … … 1487 1487 sprintf(suggest + strlen(suggest), "%c" , toupper(*szDrive)); 1488 1488 pci->pszFileName = xstrdup(szDrive, pszSrcFile, __LINE__); 1489 if (fShow SysType || fShowLabel) {1489 if (fShowFSTypeInTree || fShowDriveLabelInTree) { 1490 1490 strcat(szDrive, " ["); 1491 1491 strcat(szDrive, szFSType); … … 1505 1505 // Removable volume 1506 1506 pci->pszFileName = xstrdup(szDrive, pszSrcFile, __LINE__); 1507 if (fShow SysType || fShowLabel) {1507 if (fShowFSTypeInTree || fShowDriveLabelInTree) { 1508 1508 strcat(szDrive, " ["); 1509 1509 strcat(szDrive, szFSType); … … 1525 1525 pci->rc.hptrIcon = hptrDunno; 1526 1526 pci->pszFileName = xstrdup(szDrive, pszSrcFile, __LINE__); 1527 if (fShow SysType || fShowLabel) {1527 if (fShowFSTypeInTree || fShowDriveLabelInTree) { 1528 1528 strcat(szDrive, " ["); 1529 1529 strcat(szDrive, szFSType); … … 1546 1546 pci->rc.hptrIcon = hptrFloppy; 1547 1547 pci->pszFileName = xstrdup(szDrive, pszSrcFile, __LINE__); 1548 if (fShow SysType || fShowLabel)1548 if (fShowFSTypeInTree || fShowDriveLabelInTree) 1549 1549 strcat(szDrive, " [Floppy]"); 1550 1550 pci->pszDisplayName = xstrdup(szDrive, pszSrcFile, __LINE__);
Note:
See TracChangeset
for help on using the changeset viewer.
