diff --git a/src/unstable/Picocrypt.go b/src/unstable/Picocrypt.go index 45dbe80..e61f342 100644 --- a/src/unstable/Picocrypt.go +++ b/src/unstable/Picocrypt.go @@ -117,7 +117,7 @@ var splitUnits = []string{ "MiB", "GiB", } -var splitSelected int32 // Index of which splitting unit was chosen from above +var splitSelected int32 = 1 // Index of which splitting unit was chosen from above var shredPasses = "4" var stopShredding = false var shredProgress float32