bin/126657: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Wed Aug 20 12:40:03 UTC 2008


The following reply was made to PR bin/126657; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/126657: commit references a PR
Date: Wed, 20 Aug 2008 12:32:45 +0000 (UTC)

 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 at stack.nl>
   
   Revision  Changes    Path
   1.20      +2 -1      src/usr.bin/w/pr_time.c
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list