> -Original Message-
> From: Stefan Fuhrmann [mailto:stef...@apache.org]
> Sent: donderdag 21 december 2017 16:01
> To: dev@subversion.apache.org
> Subject: Re: svn_dirent_t.size API inconsistency
>
> On 21.12.2017 15:14, Stefan Fuhrmann wrote:
> > I think I
On 21.12.2017 15:14, Stefan Fuhrmann wrote:
I think I found an API documentation bug.
svn_types.h specifies for svn_dirent_t.size:
/** length of file text, or 0 for directories */
svn_filesize_t size;
However, (almost?) all implementations set it to
SVN_INVALID_FILESIZE for directories. Thi
I think I found an API documentation bug.
svn_types.h specifies for svn_dirent_t.size:
/** length of file text, or 0 for directories */
svn_filesize_t size;
However, (almost?) all implementations set it to
SVN_INVALID_FILESIZE for directories. This is also
what we do for svn_io_dirent_t.size
3 matches
Mail list logo