From 0e65d44f976f8a619000cd859b2fabc80b06cab7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 8 Mar 2012 09:14:05 +0100 Subject: [PATCH] fixed typo --- lib/X11/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/X11/auth.rb b/lib/X11/auth.rb index 8ac62f5..b2a3ec0 100644 --- a/lib/X11/auth.rb +++ b/lib/X11/auth.rb @@ -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