1
Fork 0

Was gunna add a function, i changed my mind

This commit is contained in:
Jake Howard 2014-12-08 18:01:46 +00:00
parent 66777dde76
commit d64bea4503
1 changed files with 2 additions and 0 deletions

View File

@ -109,5 +109,7 @@ namespace Saviour_Backup_System
public static string calculateDriveID(DriveInfo drive) {
return tools.hash(drive.VolumeLabel + drive.TotalSize + drive.DriveFormat + USBTools.getDriveType(drive)); ;
}
}
}