Skip to content

Commit

Permalink
Fix IO bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dhkim0800 committed Feb 15, 2019
1 parent c72a149 commit e8942f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion indexextract-cs/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion indexextract-cs/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ private void WorkThread() {
private void RefreshIndexTexts() {
int pc = 0;
if (b != 0) pc = i * 100 / b;
Console.WriteLine(i + " : " + b);
ProgressBar1.Value = pc * 100;
Label1.Text = pc + "%";
}
Expand Down

0 comments on commit e8942f7

Please sign in to comment.