Changeset 1431 for trunk/dll/treecnr.c
- Timestamp:
- Jun 13, 2009, 7:03:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1428 r1431 785 785 *szFree = 0; 786 786 driveserial[toupper(*pci->pszFileName) - 'A'] = volser.serial; 787 if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 || fShowSysType) 787 if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 || 788 fShowSysType) 788 789 strcpy(FileSystem, ""); 789 790 if (fShowLabel) … … 791 792 else 792 793 strcpy(szTmpLabel, volser.volumelabel); 793 if (fSplitStatus) 794 if (fSplitStatus) { 795 CHAR temp[CCHMAXPATH] = " ["; 796 797 strcat(temp, s); 798 strcat(temp, "]"); 794 799 sprintf(s, 795 800 GetPString(fShowSysType ? IDS_TREESTATUSSTART1TEXT : fShowLabel … … 797 802 toupper(*pci->pszFileName), FileSystem, 798 803 szTmpLabel, volser.serial, szFree); 804 strcat(s, temp); 805 } 799 806 else { 800 807 strcat(s, " [");
Note:
See TracChangeset
for help on using the changeset viewer.