=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rup/rup.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/rup/rup.c 1999/02/09 13:32:03 1.10 +++ src/usr.bin/rup/rup.c 1999/08/16 23:48:57 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: rup.c,v 1.10 1999/02/09 13:32:03 deraadt Exp $ */ +/* $OpenBSD: rup.c,v 1.11 1999/08/16 23:48:57 aaron Exp $ */ /*- * Copyright (c) 1993, John Brezak @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: rup.c,v 1.10 1999/02/09 13:32:03 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rup.c,v 1.11 1999/08/16 23:48:57 aaron Exp $"; #endif /* not lint */ #include @@ -53,7 +53,7 @@ #undef FSCALE #include -#define HOST_WIDTH 24 +#define HOST_WIDTH 27 int printtime; /* print the remote host(s)'s time */ @@ -197,7 +197,7 @@ char hours_buf[16]; if (printtime) - printf("%-*.*s", HOST_WIDTH-3, HOST_WIDTH-3, host); + printf("%-*.*s", HOST_WIDTH-8, HOST_WIDTH-8, host); else printf("%-*.*s", HOST_WIDTH, HOST_WIDTH, host);