Skip to content

Commit

Permalink
Put 2 to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed May 20, 2014
1 parent 7002af9 commit 292fc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/FEDID.class
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Public Sub Form_Open()

Logs("Execute edid", Logger.Info)

data = Shell "xrandr --verbose | i-nex-edid" For Input
data = Shell "xrandr --verbose | i-nex-edid 2>/dev/null" For Input

While Not Eof(data)
Line Input #data, sLine
Expand Down

0 comments on commit 292fc14

Please sign in to comment.