Changeset 12978


Ignore:
Timestamp:
2006-10-03T14:32:37+13:00 (18 years ago)
Author:
kjdon
Message:

changed line 528 to avoid a compile warnign on windows

File:
1 edited

Legend:

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

    r12912 r12978  
    526526QueryNode *ParseQuery (const UCArray &queryStr, int defaultBoolCombine,
    527527               int defaultStemMethod, int maxnumeric) {
    528   if (4 < maxnumeric < 512) {
     528  if (4 < maxnumeric && maxnumeric < 512) {
    529529    MAXNUMERIC = maxnumeric;
    530530  }
Note: See TracChangeset for help on using the changeset viewer.