Changeset 8089 for code/branches/kicklib
- Timestamp:
- Mar 18, 2011, 5:00:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib/src/libraries/core/PathConfig.cc
r8073 r8089 273 273 while (file != end) 274 274 { 275 const std::string&filename = file->BOOST_LEAF_FUNCTION();276 277 // Check if the file ends with the ex ension in question275 std::string filename = file->BOOST_LEAF_FUNCTION(); 276 277 // Check if the file ends with the extension in question 278 278 if (filename.size() > moduleextensionlength) 279 279 {
Note: See TracChangeset
for help on using the changeset viewer.