From owner-freebsd-current@FreeBSD.ORG Fri Aug 6 17:44:06 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DA7116A4CE; Fri, 6 Aug 2004 17:44:06 +0000 (GMT) Received: from mps5.plala.or.jp (c148240.vh.plala.or.jp [210.150.148.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C15A43D2D; Fri, 6 Aug 2004 17:44:05 +0000 (GMT) (envelope-from sf@FreeBSD.org) Received: from i169110.ap.plala.or.jp ([218.47.169.110]) by mps5.plala.or.jp with ESMTP <20040806174404.EJGQ11086.mps5.plala.or.jp@i169110.ap.plala.or.jp>; Sat, 7 Aug 2004 02:44:04 +0900 Date: Sat, 07 Aug 2004 02:43:53 +0900 Message-ID: <86brhoxiue.wl%sf@FreeBSD.org> From: FUJISHIMA Satsuki To: Tim Robbins In-Reply-To: <20040806170200.GA48860@cat.robbins.dropbear.id.au> References: <86d624xme9.wl%sf@FreeBSD.org> <20040806170200.GA48860@cat.robbins.dropbear.id.au> Mail-Followup-To: Tim Robbins , current@FreeBSD.org, FUJISHIMA Satsuki User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/20.7 (i386--freebsd) MULE/4.1 (AOI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII cc: current@FreeBSD.org Subject: Re: broken wchar'd rev(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 17:44:06 -0000 At Sat, 7 Aug 2004 03:02:00 +1000, Tim Robbins wrote: > Oops. I've just fixed this in src/lib/libc/stdio/fgetwln.c 1.2. I confirmed it works as expected. Thank you!