You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Foad <ju...@btopenworld.com> on 2014/05/10 01:22:12 UTC

Re: r1592724: In 'svn propget --revprop', error out on non-existing properties.

Hi Daniel. It looks like your change this morning created this warning:

subversion/svn/propget-cmd.c:373:36: format '%ld' expects argument of type 'long int', but argument 5 has type 'svn_opt_revision_t'

- Julian


Re: r1592724: In 'svn propget --revprop', error out on non-existing properties.

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Julian Foad wrote on Sat, May 10, 2014 at 00:22:12 +0100:
> subversion/svn/propget-cmd.c:373:36: format '%ld' expects argument of
> type 'long int', but argument 5 has type 'svn_opt_revision_t'

Thanks, r1593654.