Skip to content

Commit

Permalink
Remove Break if CPU has found And print help log.
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 22, 2014
1 parent 2ca4725 commit f74daaf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/i-nex/.src/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,12 @@ Public Sub _inits()
Finfosys.Label120.Text = " Part: " & database["DATABASE"][z]["PROCESSOR_PART"]
Finfosys.Label121.Text = " Memory support: " & database["DATABASE"][z]["PROCESSOR_MEMORYSUPPORT"]
i = z
Break
Endif
Next
Logs("Current position of processor = " & cpucache & " is = " & z & "", Logger.Info)
Logs("Detect CPU As = " & database["DATABASE"][i]["PROCESSOR_MODEL_NAME"] & "", Logger.Info)
Logs("\nIf Detected CPU is wrong CPU. \n"
"Please submit report at launchpad project page \n"
"https://bugs.launchpad.net/i-nex \n", Logger.Info)
database = Null
End

0 comments on commit f74daaf

Please sign in to comment.