Ignore:
Timestamp:
2001-05-24T17:06:48+12:00 (23 years ago)
Author:
sjboddie
Message:

Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. I
still can't get it to compile under VC++ 4.2 because of some weird
behaviour in STLport.

Also tidied up a little and removed some of the old log information
that was scattered about in some of the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/MGQuery.cpp

    r1848 r2468  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
     
    657655           result.docs.begin()+resultsSize,
    658656           result.ranks.begin()+resultsSize,
    659            result.ranks.size()-resultsSize, gtRank);
     657           (unsigned long) result.ranks.size()-resultsSize,
     658           gtRank);
    660659
    661660    // sort into descending order
     
    760759
    761760}
    762 
    763 
    764 
    765 
    766 
    767 
    768 
Note: See TracChangeset for help on using the changeset viewer.