Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2009 09:08:09 +0200
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        "Andrey A. Chernov" <ache@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r196752 - head/lib/libc/stdtime
Message-ID:  <20090902070808.GA1290@arthur.nitro.dk>
In-Reply-To: <200909020456.n824uUqQ082136@svn.freebsd.org>
References:  <200909020456.n824uUqQ082136@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2009.09.02 04:56:30 +0000, Andrey A. Chernov wrote:
> Author: ache
> Date: Wed Sep  2 04:56:30 2009
> New Revision: 196752
> URL: http://svn.freebsd.org/changeset/base/196752
> 
> Log:
>   Use (unsigned char) cast for ctype macro

Acording to the manual page and the C standard book I have, isdigit()
takes an int for an argument, so why change this?

Is passing it as an int instead of char causing problems?

-- 
Simon L. Nielsen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090902070808.GA1290>