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/mg_decompress_text.cpp

    r856 r1279  
    3434  int ch;
    3535  char *filename = "";
     36  char *basePath = "";
    3637  UCArray level;
    3738  SetCStr (level, "Document");
     
    4748      break;
    4849    case 'd':
     50      basePath = optarg;
    4951      set_basepath (optarg);
    5052      break;
     
    6264  // load up the text information
    6365  TextData td;
    64   if (!td.LoadData (filename)) {
     66  if (!td.LoadData (basePath, filename)) {
    6567    FatalError (1, "Couldn't load text information for \"%s\"", filename);
    6668  }
     
    9092  return 0;
    9193}
     94
     95
Note: See TracChangeset for help on using the changeset viewer.