[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] fs-test.c

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2001-02-27 07:11:24 CET

* 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
Received on Sat Oct 21 14:36:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.