You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2013/09/09 12:23:18 UTC

[lucy-commits] git commit: refs/heads/master - Fix 32-bit build after _IMP migration

Updated Branches:
  refs/heads/master 2289cea4e -> 19ce71a3d


Fix 32-bit build after _IMP migration


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/19ce71a3
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/19ce71a3
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/19ce71a3

Branch: refs/heads/master
Commit: 19ce71a3d77c748c85c50dd1620298fc4b77a233
Parents: 2289cea
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon Sep 9 12:21:49 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon Sep 9 12:21:49 2013 +0200

----------------------------------------------------------------------
 core/Lucy/Store/FSFileHandle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/19ce71a3/core/Lucy/Store/FSFileHandle.c
----------------------------------------------------------------------
diff --git a/core/Lucy/Store/FSFileHandle.c b/core/Lucy/Store/FSFileHandle.c
index f5b11a5..6a4d55e 100644
--- a/core/Lucy/Store/FSFileHandle.c
+++ b/core/Lucy/Store/FSFileHandle.c
@@ -290,7 +290,7 @@ static CFISH_INLINE bool
 SI_window(FSFileHandle *self, FSFileHandleIVARS *ivars, FileWindow *window,
           int64_t offset, int64_t len) {
     // Release the previously mmap'd region, if any.
-    FSFH_release_window(self, window);
+    FSFH_Release_Window_IMP(self, window);
 
     // Start map on a page boundary.  Ensure that the window is at
     // least wide enough to view all the data spec'd in the original