aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-05-02 21:38:35 -0400
committerRylan/wowmom98 <[email protected]>2017-05-02 21:38:52 -0400
commit8381c825b1c6d4d47af23e9461ece4f4a1f88cc5 (patch)
tree5c65cccdd17f8d89125841663749cbaf970ed52a /ShiftOS.WinForms
parent49eff9f7efd67cfb1da3511fe5a93c422bf9a95c (diff)
downloadshiftos_thereturn-8381c825b1c6d4d47af23e9461ece4f4a1f88cc5.tar.gz
shiftos_thereturn-8381c825b1c6d4d47af23e9461ece4f4a1f88cc5.tar.bz2
shiftos_thereturn-8381c825b1c6d4d47af23e9461ece4f4a1f88cc5.zip
fixed dividing by zero
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/OobeStory.cs2
1 files changed, 1 insertions, 1 deletions
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)