mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-26 09:59:02 +01:00
fixed typo
This commit is contained in:
parent
73349fe703
commit
0e65d44f97
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module X11
|
|||
# with each entry from XAuthority file
|
||||
until @file.eof?
|
||||
r = read()
|
||||
auth_data = r if display_id.to_i == f.display.to_i
|
||||
auth_data = r if display_id.to_i == r.display.to_i
|
||||
end
|
||||
|
||||
reset
|
||||
|
|
Loading…
Reference in a new issue