Changeset 2759 for code/trunk/src/core/CommandLine.cc
- Timestamp:
- Mar 8, 2009, 4:51:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/CommandLine.cc
r2710 r2759 307 307 // They will not overwrite the arguments given directly 308 308 std::ifstream file; 309 file.open(filepath. file_string().c_str());309 file.open(filepath.string().c_str()); 310 310 args.clear(); 311 311 if (file)
Note: See TracChangeset
for help on using the changeset viewer.