Skip to content

Commit

Permalink
Fix inex-cpuid Location
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 14, 2014
1 parent 9e50771 commit 4c97f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Public Sub Form_Open()
Dim default_display_manager As Boolean = Exist("/etc/X11/default-display-manager")
Dim cpuz0, cpuz1, cpuz2, cpuz3, cpuz4, cpuz5, cpuz6, cpuz7, cpuz8, cpuz9, cpuz10, cpuz11 As String
Dim z As Integer
Exec ["/home/michal/Baazar/git-i-nex/inex-cpuid"] Wait To BUFFER
Exec ["/usr/bin/inex-cpuid"] Wait To BUFFER
DATAT = JSON.Decode(BUFFER)
ListView1.Add(0, DATAT["VENDOR_STR"])
ListView1.Add(1, DATAT["CPU_CODENAME"])
Expand Down

0 comments on commit 4c97f91

Please sign in to comment.