diff who.c who.c.save
256d255
<   int namesize=UT_NAMESIZE;
275c274
<
---
>
277c276
<                 "%-*.*s"
---
>                 "%-8.8s"
286d284
<                 namesize,namesize,


In function print_line an integer is initialized with
the UT_NAMESIZE constant.  Pointers to that integer
are then passed in to asprintf() instead of hardcoding
the arbitrary 8.8.  

I compiled this and 'who' displays the entire account
name now and forever.

I'm not yet familiar with how to make a patch but I'll

leave that to the maintainers.   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to