Changeset 598
- Timestamp:
- 11/19/2008 10:01:14 AM (5 years ago)
- Location:
- branches/eraser6
- Files:
-
- 2 edited
-
Eraser/TaskDataSelectionForm.cs (modified) (1 diff)
-
Util/VolumeInfo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/TaskDataSelectionForm.cs
r493 r598 64 64 driveType != DriveType.Network) 65 65 { 66 //Skip drives which are not mounted: we cannot erase their unused space. 67 if (volume.MountPoints.Count == 0) 68 continue; 69 66 70 DriveItem item = new DriveItem(); 67 71 string volumePath = volume.IsMounted ? -
branches/eraser6/Util/VolumeInfo.cs
r507 r598 79 79 if (pathNames[i] == '\0') 80 80 { 81 //If there are no mount points for this volume, the string will only 82 //have one NULL 83 if (i - lastIndex == 0) 84 break; 85 81 86 mountPoints.Add(pathNames.Substring(lastIndex, i - lastIndex)); 82 87
Note: See TracChangeset
for help on using the changeset viewer.
