You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yoshiki Hayashi <yo...@xemacs.org> on 2001/02/27 06:11:24 UTC

[PATCH] fs-test.c

* fs-test.c (open_berkeley_filesystem): Follow interface
  change of svn_fs_youngest_rev.

Index: fs-test.c
===================================================================
RCS file: /cvs/subversion/subversion/tests/libsvn_fs/fs-test.c,v
retrieving revision 1.11
diff -u -r1.11 fs-test.c
--- fs-test.c	2001/02/26 17:37:48	1.11
+++ fs-test.c	2001/02/27 06:07:34
@@ -116,7 +116,7 @@
   {
     svn_revnum_t rev;
 
-    if (SVN_NO_ERROR != svn_fs_youngest_rev (&rev, fs))
+    if (SVN_NO_ERROR != svn_fs_youngest_rev (&rev, fs, pool))
       return fail();
 
     if (rev != 0)


-- 
Yoshiki Hayashi