From d8d8bbd99997b0b85439d890d6a33ac03476db03 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 13 Aug 2021 13:43:04 -0400 Subject: [PATCH] Set default split unit to MiB --- src/unstable/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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