Ignore:
Timestamp:
2005-04-11T11:32:00+12:00 (19 years ago)
Author:
kjdon
Message:

added some x++ -> ++x changes submitted by Emanuel Dejanu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/phrasequeryfilter.cpp

    r8025 r9620  
    5151                 longindex, queryparams.collection, queryresults.orgterms,
    5252                 (*docs_here).second.docnum)) {
    53     (*docs_here).second.num_phrase_match++;
    54     docs_here++;
     53    ++docs_here->second.num_phrase_match;
     54    ++docs_here;
    5555
    5656      } else {
    5757    docresultmap::iterator this_doc_here = docs_here;
    58     docs_here++;
     58    ++docs_here;
    5959    if (queryparams.match_mode == 1) {
    6060      // need to delete this element, there was no exact match
Note: See TracChangeset for help on using the changeset viewer.