-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 34b994d6664f45ed5fe1e4137331e0630ed6708a:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 34b994d6664f45ed5fe1e4137331e0630ed6708a
Author: Marc Lehmann <schmorp@schmorp.de>
Date:   Wed Jan 19 15:20:47 2005 +0000

    *** empty log message ***

diff --git a/src/logging.C b/src/logging.C

index 6b95135778440ede9662a78f0ad961e69e34ea30..

index ..7a0ba46137f18098c2359377a165bfc6e11c3f91 100644

--- a/src/logging.C
+++ b/src/logging.C
@@ -60,24 +60,21 @@ void
 rxvt_term::makeutent (const char *pty, const char *hostname)
 {
 #ifdef HAVE_STRUCT_UTMP
-  struct utmp    *ut = & (this->ut);
+  struct utmp *ut = &this->ut;
 #endif
 #ifdef HAVE_STRUCT_UTMPX
-  struct utmpx   *utx = & (this->utx);
+  struct utmpx *utx = &this->utx;
 #endif
 #ifdef HAVE_UTMP_PID
-  int             i;
+  int i;
 #endif
-  char            ut_id[5];
   struct passwd  *pwent = getpwuid (getuid ());

   if (!strncmp (pty, "/dev/", 5))
     pty += 5;		/* skip /dev/ prefix */

   if (!strncmp (pty, "pty", 3) || !strncmp (pty, "tty", 3))
-    {
-      strncpy (ut_id, (pty + 3), sizeof (ut_id));
-    }
+    strncpy (ut_id, (pty + 3), sizeof (ut_id));
 #ifdef HAVE_UTMP_PID
   else if (sscanf (pty, "pts/%d", &i) == 1)
     sprintf (ut_id, "vt%02x", (i & 0xff));	/* sysv naming */
@@ -227,10 +224,10 @@ void
 rxvt_term::cleanutent ()
 {
 #ifdef HAVE_STRUCT_UTMP
-  struct utmp    *ut = & (this->ut);
+  struct utmp *ut = &this->ut;
 #endif
 #ifdef HAVE_STRUCT_UTMPX
-  struct utmpx   *tmputx, *utx = & (this->utx);
+  struct utmpx *tmputx, *utx = &this->utx;
 #endif

 #ifdef HAVE_STRUCT_UTMP

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 13:14:46 2024