Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 05:51:52 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        Tim Kientzle <kientzle@FreeBSD.ORG>, src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/lib/libarchive archive_read_support_format_tar.c archive_write_set_format_pax.c
Message-ID:  <20040808015152.GB6397@nagual.pp.ru>
In-Reply-To: <20040808014858.GA6397@nagual.pp.ru>
References:  <200408080121.i781LAUs084350@repoman.freebsd.org> <20040808014858.GA6397@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 08, 2004 at 05:49:00AM +0400, Andrey Chernov wrote:
> 
> int is wrong choice.
> wchar_t >= size of char, =< size of long  

To be more specific, even all bits of long can be occuped, so most safe 
type for conversion will be

unsigned long

-- 
Andrey Chernov | http://ache.pp.ru/



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