+Fri Oct 17 18:14:18 1997 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
+
+ * nwho.c (show_users): Problems with long user names hopefully gone.
+
Tue Sep 30 16:52:44 1997 Martin Mares <mj@lomikel.karlin.mff.cuni.cz>
* nwho.c (scan): <= instead of < was causing invalid messages
for(u=0; u<m; u++)
{
i = &p->users[u];
- printf("%-8s %-3s %c %-16s ", i->name, i->con, (i->mesg_y ? ' ' : '-'), name);
+ printf("%-8.8s %-3s %c %-16s ", i->name, i->con, (i->mesg_y ? ' ' : '-'), name);
puttime(ntohl(i->login_time));
putchar(' ');
puttime(ntohl(i->idle_time));