Changeset 11760


Ignore:
Timestamp:
2006-05-01T15:36:50+12:00 (18 years ago)
Author:
davidb
Message:

Minor tweak from 'TRUE' to 'true' (to fix compliation under linux issue).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/resumptiontoken.cpp

    r11732 r11760  
    8484      // pop the position from the list
    8585      offsetList = substr(++second, offsetList.end());
    86     } while (TRUE);   
     86    } while (true);   
    8787    this->browsePosition.push_back(offsetList.getint());
    8888  }
Note: See TracChangeset for help on using the changeset viewer.