Invoke signed version of function.
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/7876b136 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/7876b136 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/7876b136 Branch: refs/heads/master Commit: 7876b136436fe89419e86d7ad635abc1322864eb Parents: ab5a44b Author: Marvin Humphrey <[email protected]> Authored: Thu Apr 21 14:01:58 2016 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Thu Apr 21 14:01:58 2016 -0700 ---------------------------------------------------------------------- core/Lucy/Index/Posting/MatchPosting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/7876b136/core/Lucy/Index/Posting/MatchPosting.c ---------------------------------------------------------------------- diff --git a/core/Lucy/Index/Posting/MatchPosting.c b/core/Lucy/Index/Posting/MatchPosting.c index cfe9efd..c1530ea 100644 --- a/core/Lucy/Index/Posting/MatchPosting.c +++ b/core/Lucy/Index/Posting/MatchPosting.c @@ -296,7 +296,7 @@ MatchTInfoStepper_Write_Delta_IMP(MatchTermInfoStepper *self, - TInfo_IVARS(last_tinfo)->post_filepos; // Write doc_freq. - OutStream_Write_CU32(outstream, doc_freq); + OutStream_Write_CI32(outstream, doc_freq); // Write postings file pointer delta. OutStream_Write_CI64(outstream, post_delta);
