Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2004 05:49:00 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        Tim Kientzle <kientzle@FreeBSD.ORG>
Cc:        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:  <20040808014858.GA6397@nagual.pp.ru>
In-Reply-To: <200408080121.i781LAUs084350@repoman.freebsd.org>
References:  <200408080121.i781LAUs084350@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 08, 2004 at 01:21:10AM +0000, Tim Kientzle wrote:
> kientzle    2004-08-08 01:21:10 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libarchive       archive_read_support_format_tar.c 
>                          archive_write_set_format_pax.c 
>   Log:
>   Use 'int' for certain wide-character conversions instead of wchar_t.
>   That quiets some compiler warnings on platforms with 16-bit wchar_t.
>   With this change, libarchive now compiles cleanly on Win32/cygwin.

int is wrong choice.
wchar_t >= size of char, =< size of long  

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



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