Changeset 534 for trunk/src/lua/lua_path.cc
- Timestamp:
- 01/12/17 14:41:17 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lua/lua_path.cc
r490 r534 16 16 string_view spath( m_elements[0].str, m_elements[0].length ); 17 17 m_count = 0; 18 size_tpoint = spath.find( '.' );18 uint32 point = spath.find( '.' ); 19 19 20 20 while ( point != string_view::npos )
Note: See TracChangeset
for help on using the changeset viewer.