You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/06/29 12:06:15 UTC

svn commit: r958909 - /subversion/trunk/subversion/bindings/javahl/native/SVNClient.cpp

Author: rhuijben
Date: Tue Jun 29 10:06:15 2010
New Revision: 958909

URL: http://svn.apache.org/viewvc?rev=958909&view=rev
Log:
* subversion/bindings/javahl/native/SVNClient.cpp
  (SVNClient::diff): Following up on r958881, update calls to
    svn_client_diff5() and svn_client_diff_peg5() to pass the right
    number of arguments.

Modified:
    subversion/trunk/subversion/bindings/javahl/native/SVNClient.cpp

Modified: subversion/trunk/subversion/bindings/javahl/native/SVNClient.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/SVNClient.cpp?rev=958909&r1=958908&r2=958909&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/SVNClient.cpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/SVNClient.cpp Tue Jun 29 10:06:15 2010
@@ -1004,6 +1004,7 @@ void SVNClient::diff(const char *target1
                                    noDiffDelete,
                                    showCopiesAsAdds,
                                    force,
+                                   FALSE,
                                    SVN_APR_LOCALE_CHARSET,
                                    outfile,
                                    NULL /* error file */,
@@ -1035,6 +1036,7 @@ void SVNClient::diff(const char *target1
                                noDiffDelete,
                                showCopiesAsAdds,
                                force,
+                               FALSE,
                                SVN_APR_LOCALE_CHARSET,
                                outfile,
                                NULL /* error file */,