Changeset 5927 for code/branches/core5/src/libraries/core
- Timestamp:
- Oct 11, 2009, 9:50:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/PathConfig.cc
r5836 r5927 278 278 // We've found a helper file 279 279 std::string library = filename.substr(0, filename.size() - moduleextensionlength); 280 modulePaths.push_back((modulePath_ / library). string());280 modulePaths.push_back((modulePath_ / library).file_string()); 281 281 } 282 282 }
Note: See TracChangeset
for help on using the changeset viewer.