Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/mgpp/text/TextGet.cpp

    r855 r1279  
    478478
    479479void TextData::Clear () {
    480   cd.Clear(); // not implemented
     480  cd.Clear();
    481481  textFile = NULL;
    482482  textIdxFile = NULL;
     
    485485}
    486486
    487 bool TextData::LoadData (char *textname) {
     487bool TextData::LoadData (char *basepath, char *textname) {
     488 
     489  if (textname[0] == '\0') return false;
     490 
     491  // set the basepath
     492  set_basepath(basepath);
     493 
    488494  // load the compression dictionary
    489495  if (!OpenLoadCompDict (textname, cd)) return false;
Note: See TracChangeset for help on using the changeset viewer.