Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/CommandAction/ElementDbAction.cpp

    r1fd675 re4afb4  
    4646  // TODO: Make databasepath a std::string
    4747  config *configuration = World::getInstance().getConfig();
    48   strcpy(configuration->databasepath, params.databasepath.c_str());
     48  strcpy(configuration->databasepath, params.databasepath.branch_path().string().c_str());
    4949
    5050  // load table
     
    8282  return false;
    8383}
    84 
    85 const string CommandElementDbAction::getName() {
    86   return NAME;
    87 }
    8884/** =========== end of function ====================== */
Note: See TracChangeset for help on using the changeset viewer.