[vlc-devel] Re: vlc: svn commit r17698 (courmisch)

Damien Fouilleul Damien.Fouilleul at laposte.net
Sun Nov 12 13:31:56 CET 2006


hmm, i recommend that you use a typedef to 'struct stat', rather than 
coerce _stati64 to stat through #define, it's a bit safer that way. 
Especially when you do that trick in a header (charset.h), as you could 
unwillingly affect other code, which may still want to use 'struct stat' 
rather than 'struct _stati64' and include charset.h


Subversion daemon wrote:
> r17698 | courmisch | 2006-11-12 13:02:55 +0100 (Sun, 12 Nov 2006) | 2 lines
> Changed paths:
>    M /trunk/include/charset.h
>    M /trunk/include/vlc_symbols.h
>    M /trunk/modules/access/file.c
>    M /trunk/src/misc/unicode.c
>
> Don't use void * for utf8_(l)?stat() as it hinders bug detection
>
>  > http://trac.videolan.org/vlc/changeset/17698
>
>   

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list