Changeset 1438 for trunk/dll/treecnr.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/treecnr.c
r1434 r1438 799 799 if (CheckDrive(toupper(*pci->pszFileName), FileSystem, &type) == -1 || 800 800 fShowFSTypeInTree) 801 strcpy(FileSystem, "");801 strcpy(FileSystem, NullStr); 802 802 if (fShowDriveLabelInTree) 803 strcpy(szTmpLabel, "");803 strcpy(szTmpLabel, NullStr); 804 804 else 805 805 strcpy(szTmpLabel, volser.volumelabel);
Note:
See TracChangeset
for help on using the changeset viewer.