Skip to content

Commit

Permalink
Add try to i-nex-glinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 11, 2015
1 parent 6a3db4c commit 7345b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Public Sub grafika()
Dim GLIXNFO As String
Dim GLX As String[]
Dim strings As String
Exec ["/usr/bin/i-nex-glinfo"] Wait To GLIXNFO
Try Exec ["/usr/bin/i-nex-glinfo"] Wait To GLIXNFO
GLX = Split(GLIXNFO, "\n", "")
For Each strings In GLX
If strings Like "*OpenGL vendor string:*" Then
Expand Down

0 comments on commit 7345b26

Please sign in to comment.