Changeset 2712
- Timestamp:
- Mar 1, 2009, 2:35:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Core.cc
r2710 r2712 265 265 { 266 266 return mediaPath_g.string() + '/'; 267 267 268 268 } 269 269 … … 431 431 if (!CommandLine::getArgument("directory")->hasDefaultValue()) 432 432 { 433 std::string directory(CommandLine::getValue("directory") );433 std::string directory(CommandLine::getValue("directory").getString()); 434 434 configPath_g = configPath_g / directory; 435 435 logPath_g = logPath_g / directory;
Note: See TracChangeset
for help on using the changeset viewer.