From ed6748f3c24dc5d56b43d5ab015141604ea2489c Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Jul 2009 06:11:57 +0000 Subject: [PATCH] *** empty log message *** --- src/urxvt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urxvt.pm b/src/urxvt.pm index 3b685b74..dc160481 100644 --- a/src/urxvt.pm +++ b/src/urxvt.pm @@ -1157,7 +1157,7 @@ sub io { bless [$arg{fh}, urxvt::iow ->new - ->fd (defined fileno $arg{fh}) + ->fd ($fd) ->events (($arg{poll} =~ /r/ ? 1 : 0) | ($arg{poll} =~ /w/ ? 2 : 0)) ->start -- 2.34.1