From owner-cvs-lib Thu Apr 18 00:01:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18406 for cvs-lib-outgoing; Thu, 18 Apr 1996 00:01:57 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA18391 Thu, 18 Apr 1996 00:01:47 -0700 (PDT) Date: Thu, 18 Apr 1996 00:01:47 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199604180701.AAA18391@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale ansi.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/04/18 00:01:47 Modified: lib/libc/locale ansi.c Log: Fix error in wcstombs: byte count not counted Remove unneded casts in sgetrune/sputrune Submitted by: wcstombs fix by Mihoko Tanaka Revision Changes Path 1.2 +4 -3 src/lib/libc/locale/ansi.c