From 2ef4bfdbeaec400a635aab8b3083253361cd9fc3 Mon Sep 17 00:00:00 2001 From: nvalimak Date: Mon, 9 Mar 2009 11:31:51 +0000 Subject: [PATCH 1/1] Fixed MakeStatic() git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@225 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- dcover/bwt.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcover/bwt.hpp b/dcover/bwt.hpp index b717226..800d8d7 100644 --- a/dcover/bwt.hpp +++ b/dcover/bwt.hpp @@ -294,7 +294,7 @@ compute_bwt (StringIterator str, StringIterator str_end, if (left_pivot >= 0 && right_pivot < (postype)pivots.size()) { #if __WORDSIZE == 32 lcp = suffix_lcp(str+pivots[left_pivot], str+pivots[right_pivot], - str_end, 0, dcsampler.period()-1); + str_end, 0l, dcsampler.period()-1); #else lcp = suffix_lcp(str+pivots[left_pivot], str+pivots[right_pivot], str_end, 0l, dcsampler.period()-1); -- 2.17.1