You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/22 13:50:17 UTC

svn commit: r1505667 - /subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/cached_data.c

Author: stefan2
Date: Mon Jul 22 11:50:17 2013
New Revision: 1505667

URL: http://svn.apache.org/r1505667
Log:
On the fsfs-improvements branch: Another follow-up to r1505660.

* subversion/libsvn_fs_fs/cached_data.c
  (get_window_key): file is now the shared file struct -> 1 more indirection

Modified:
    subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/cached_data.c

Modified: subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/cached_data.c
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/cached_data.c?rev=1505667&r1=1505666&r2=1505667&view=diff
==============================================================================
--- subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/cached_data.c (original)
+++ subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/cached_data.c Mon Jul 22 11:50:17 2013
@@ -846,7 +846,7 @@ get_window_key(rep_state_t *rs, apr_off_
    * And if nobody else detects the problems, the file content checksum
    * comparison _will_ find them.
    */
-  err = svn_io_file_name_get(&name, rs->file, pool);
+  err = svn_io_file_name_get(&name, rs->file->file, pool);
   if (err)
     {
       svn_error_clear(err);