Changeset 360 for trunk/src/lua/lua_path.cc
- Timestamp:
- 05/04/15 16:30:44 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_path.cc
r359 r360 18 18 size_t point = spath.find( '.' ); 19 19 20 while ( point != st d::string::npos )20 while ( point != string_ref::npos ) 21 21 { 22 22 m_elements[m_count].str = spath.data();
Note: See TracChangeset
for help on using the changeset viewer.