*** empty log message ***
authorroot <root>
Sat, 18 Jul 2009 06:11:57 +0000 (06:11 +0000)
committerroot <root>
Sat, 18 Jul 2009 06:11:57 +0000 (06:11 +0000)
src/urxvt.pm

index 3b685b74f6625a264d787d69fc9dbb1dc04da6dc..dc16048150951170beee877a30756b0e3b3ef1f6 100644 (file)
@@ -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