Changeset 2692
- Timestamp:
- Feb 23, 2009, 9:32:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/core/Core.cc
r2690 r2692 311 311 Please remove " + it->first.file_string()); 312 312 } 313 if (boost::filesystem::create_director y(it->first)) // function may not return true at all (bug?)313 if (boost::filesystem::create_directories(it->first)) // function may not return true at all (bug?) 314 314 { 315 315 COUT(4) << "Created " << it->second << " directory" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.