Searched hist:e39ee4216c41bdbf93b5ccd7fad5970b330d1040 (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/w/ |
H A D | pr_time.c | diff e39ee4216c41bdbf93b5ccd7fad5970b330d1040 Wed Aug 20 14:32:19 CEST 2008 Andrey A. Chernov <ache@FreeBSD.org> w(1) uses strftime %b with to print the abbreviated month name if a user logged in more than a week ago. This may contain multibyte characters (e.g. when using UTF-8). This string is then aligned on byte-length rathern than char-length, resulting in misalignment and unfinished multibyte characters.
PR: 126657 Submitted by: Johan van Selst <johans@stack.nl> diff e39ee4216c41bdbf93b5ccd7fad5970b330d1040 Wed Aug 20 14:32:19 CEST 2008 Andrey A. Chernov <ache@FreeBSD.org> w(1) uses strftime %b with to print the abbreviated month name if a user logged in more than a week ago. This may contain multibyte characters (e.g. when using UTF-8). This string is then aligned on byte-length rathern than char-length, resulting in misalignment and unfinished multibyte characters.
PR: 126657 Submitted by: Johan van Selst <johans@stack.nl>
|