Changeset 2687 for code/branches/buildsystem3/src/core/CommandLine.cc
- Timestamp:
- Feb 21, 2009, 12:20:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/core/CommandLine.cc
r2685 r2687 308 308 // They will not overwrite the arguments given directly 309 309 std::ifstream file; 310 file.open(filepath. native_file_string().c_str());310 file.open(filepath.file_string().c_str()); 311 311 args.clear(); 312 312 if (file)
Note: See TracChangeset
for help on using the changeset viewer.