repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: f0ab4a4049956178d54afb45d4b5561314693429: path_to: revision_to:
commit f0ab4a4049956178d54afb45d4b5561314693429 Author: Marc LehmannDate: Wed Jan 18 12:06:11 2006 +0000 *** empty log message *** diff --git a/src/logging.C b/src/logging.C
--- a/src/logging.C
+++ b/src/logging.C
@@ -168,7 +168,7 @@ rxvt_ptytty_unix::login (int cmd_pid, bool login_shell, const char *hostname)
{
# ifdef HAVE_TTYSLOT
int fdstdin = dup (STDIN_FILENO);
- dup2 (pty->tty, STDIN_FILENO);
+ dup2 (tty, STDIN_FILENO);
i = ttyslot ();
if (rxvt_write_bsd_utmp (i, ut))
-----END OF PAGE-----