Ignore:
Timestamp:
07/22/15 21:00:30 (10 years ago)
Author:
epyon
Message:
  • short_string implementation - first usages
File:
1 edited

Legend:

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

    r399 r435  
    8888                {
    8989                        *current++ = '[';
    90                         current += uint32_to_buffer( e.value, current );
     90                        current += uint32_to_buffer( array_ref< char >( current, current - start ), e.value );
    9191                        *current++ = ']';
    9292                        dot = false;
Note: See TracChangeset for help on using the changeset viewer.