Ignore:
Timestamp:
2004-12-03T11:21:34+13:00 (19 years ago)
Author:
kjdon
Message:

added some changes made by Emanuel Dejanu (Simple Words)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/cnfgable.cpp

    r1860 r8727  
    1313#include "cfgread.h"
    1414
    15 bool configurable::read_configfile (text_t filename) {
     15bool configurable::read_configfile (const text_t &filename) {
    1616  // read in the build configuration file
    1717  text_t key;
     
    1919  char *cstr = filename.getcstr();
    2020  ifstream confin (cstr);
    21   delete cstr;
     21  delete []cstr;
    2222
    2323  if (confin) {
Note: See TracChangeset for help on using the changeset viewer.