Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2725


Ignore:
Timestamp:
Mar 1, 2009, 8:14:50 PM (15 years ago)
Author:
rgrieder
Message:

Trying to fix a bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/ConfigFileManager.cc

    r2710 r2725  
    234234            if (boost::filesystem::exists(defaultFilepath))
    235235            {
     236                COUT(3) << "Copied " << this->filename_ << " from the defaultConfig folder." << std::endl;
    236237                boost::filesystem::copy_file(defaultFilepath, filepath);
     238                std::string testfilename = std::string("__") + this->filename_;
     239                boost::filesystem::copy_file(defaultFilepath, filepath.branch_path() / testfilename);
    237240            }
    238241        }
Note: See TracChangeset for help on using the changeset viewer.