Skip to content

Commit

Permalink
Public Sub as Function
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 28, 2014
1 parent ee3379d commit 00b2a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions I-Nex/i-nex/.src/FCpudb.module
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Public Logs As New Logger
Public i As Integer
Public database As Collection
Public Sub _inits()
Function _inits()
Dim buffer As String
Dim cpucache As String
Dim z As Integer
Expand Down Expand Up @@ -89,7 +89,7 @@ Public Sub _inits()
cpucache = Replace(cpucache, "Core", "*")
cpucache = Replace(cpucache, "Dual", "*")
Endif

For z = 0 To database["DATABASE"].Count - 1
If database["DATABASE"][z]["PROCESSOR_MODEL_NAME"] Like "*" & cpucache & "*" Then
Finfosys.PictureBox3.Name = database["DATABASE"][z]["PROCESSOR_SOCKET_IMAGE"]
Expand Down

0 comments on commit 00b2a9f

Please sign in to comment.