Skip to content

Commit

Permalink
Not add empty card
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed May 20, 2014
1 parent 292fc14 commit ae73c16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/i-nex/.src/FGraphic.module
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ Public Sub _inits()
For Avail_Interfaces = 1 To Max_Interfaces
Shell "ls /sys/class/drm/ | grep 'card[0-9]' | sed -n '" & Avail_Interfaces & "p'" Wait To Interfaces_X
Interfaces_X = Replace(Interfaces_X, "\n", "")
If Interfaces_X Like "*-*" Then
Finfosys.ComboBox8.Add(Interfaces_X)
Endif
Next

End
Expand Down

0 comments on commit ae73c16

Please sign in to comment.