(print_entry): Likewise.
This fixes a typo I introduced in who-users.c on 1996-02-23.
/* GNU's pinky.
- Copyright (C) 1992-1997, 1999-2002 Free Software Foundation, Inc.
+ Copyright (C) 1992-1997, 1999-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
ut_host[sizeof (utmp_ent->ut_host)] = '\0';
/* Look for an X display. */
- display = strrchr (ut_host, ':');
+ display = strchr (ut_host, ':');
if (display)
*display++ = '\0';