Skip to content

Commit

Permalink
Add Close data
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 12, 2014
1 parent 6591b43 commit 498f19f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ Public Sub Form_Open()
MaxCount += 1
ComboBox1.Add(sLine, MaxCount)
Wend

Try Close #data
'Locate kernels
MaxCount = 0
Try data = Shell "ls /boot | grep 'vmlinuz*'" For Input
Expand All @@ -206,6 +208,8 @@ Public Sub Form_Open()
MaxCount += 1
ListBox1.Add(sLine, MaxCount)
Wend

Try Close #data
Label228.Text = "Installed Kernels: " & CString(MaxCount)
'End of locate kernels
If User.Name = "root" Then
Expand Down

0 comments on commit 498f19f

Please sign in to comment.