Changeset 1907
- Timestamp:
- Jun 3, 2024, 4:26:22 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/filldir.c
r1892 r1907 1427 1427 pci->pszFileName = xstrdup(szDrive, pszSrcFile, __LINE__); 1428 1428 if (fShowFSTypeInTree || fShowDriveLabelInTree) 1429 strcat(szDrive, " [ ?]");1429 strcat(szDrive, " [No Prescan]"); 1430 1430 pci->pszDisplayName = xstrdup(szDrive, pszSrcFile, __LINE__); 1431 1431 szDrive[3] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.