From 8381c825b1c6d4d47af23e9461ece4f4a1f88cc5 Mon Sep 17 00:00:00 2001 From: Rylan/wowmom98 Date: Tue, 2 May 2017 21:38:35 -0400 Subject: [PATCH] fixed dividing by zero --- ShiftOS.WinForms/OobeStory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShiftOS.WinForms/OobeStory.cs b/ShiftOS.WinForms/OobeStory.cs index b0fa444..bab4889 100644 --- a/ShiftOS.WinForms/OobeStory.cs +++ b/ShiftOS.WinForms/OobeStory.cs @@ -111,7 +111,7 @@ namespace ShiftOS.WinForms ConsoleEx.Bold = false; ConsoleEx.BackgroundColor = ConsoleColor.Black; Console.Write("Formatting: ["); - int formatProgress = 0; + int formatProgress = 3; while (formatProgress <= 100) { if (formatProgress % 3 == 0)