*** empty log message ***
authorroot <root>
Mon, 8 Oct 2007 15:36:13 +0000 (15:36 +0000)
committerroot <root>
Mon, 8 Oct 2007 15:36:13 +0000 (15:36 +0000)
Changes
src/init.C

diff --git a/Changes b/Changes
index 40db9cb72c2813937763d031efafbf7bc6ac4641..4de4c8a89fffde8217fe4a33f6c6245a753e9465 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 rxvt-unicode changelog <= google-friendly title
 
+TODO: init_secondary serves what purpose? maybe move it to earlier startup phase and re-think
 TODO: xcopyarea pass broken, fix and improve
 TODO: event mechanism that replaces on_keyboard_command with something more scalable.
 TODO: slipwheeling needs a keyboard grab to get key release events.
index c606ed39249a3318908092eaa4d2c68b503f0167..73cbdaa8203560b1dd2ceaf9623b543bbf29749f 100644 (file)
@@ -321,7 +321,7 @@ rxvt_term::init_secondary ()
       /* TODO: BOO HISS */
       dup2 (STDERR_FILENO, STDIN_FILENO);
     }
-  else if (i > STDIN_FILENO)
+  else if (i != STDIN_FILENO)
     {
       dup2 (i, STDIN_FILENO);
       close (i);