]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchidx: call "++" on PostingIterator instead of "->inc"
authorEric Wong <e@80x24.org>
Sun, 22 Dec 2019 22:17:38 +0000 (22:17 +0000)
committerEric Wong <e@80x24.org>
Tue, 24 Dec 2019 03:47:04 +0000 (03:47 +0000)
The "++" is not yet available in the SWIG-based "Xapian.pm" Perl
bindings, so use "++" where it's supported in both the XS
(Search::Xapian) and SWIG-based Xapian binding.


No differences found