Ignore:
Timestamp:
01/12/17 14:41:17 (8 years ago)
Author:
epyon
Message:

CONTINUED:

  • getting rid of size_t
  • datatypes now restricted to uint32 size
  • 64-bit compatibility
  • copyright updates where modified
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lua/lua_path.cc

    r490 r534  
    1616        string_view spath( m_elements[0].str, m_elements[0].length );
    1717        m_count = 0;
    18         size_t point = spath.find( '.' );
     18        uint32 point = spath.find( '.' );
    1919
    2020        while ( point != string_view::npos )
Note: See TracChangeset for help on using the changeset viewer.