Skip to content

Commit

Permalink
Merge pull request #31 from alphastar868/patch-1
Browse files Browse the repository at this point in the history
Update MCPUSAGE.module
  • Loading branch information
eloaders committed Sep 18, 2016
2 parents 5c1d016 + 0937357 commit 43c3995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/MCPUSAGE.module
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ Public Sub proc_stat()
totald = (Total - PrevTotal)
idled = (Idle - PrevIdle)

Finfosys.ProgressBar7.Value = (totald - idled) / totald
If totald > 0 Then Finfosys.ProgressBar7.Value = (totald - idled) / totald
End

0 comments on commit 43c3995

Please sign in to comment.