Date: Wed, 20 Aug 2008 12:32:19 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/w pr_time.c Message-ID: <200808201232.m7KCWMKO063028@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2008-08-20 12:32:19 UTC FreeBSD src repository Modified files: usr.bin/w pr_time.c Log: SVN rev 181922 on 2008-08-20 12:32:19Z by ache 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> Revision Changes Path 1.20 +2 -1 src/usr.bin/w/pr_time.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808201232.m7KCWMKO063028>