Ignore:
Timestamp:
05/29/15 17:28:16 (10 years ago)
Author:
epyon
Message:
  • oops, missed src : got rid of to_string and other std::string utilities (except slurp) string no longer in nv namespace
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/logger.cc

    r376 r380  
    163163        {
    164164                const char* lcolor = log_color[( level ) / 10];
    165                 fwrite( lcolor, strlen(lcolor), 1, stdout );
     165                fwrite( lcolor, nvstrlen(lcolor), 1, stdout );
    166166        }
    167167        fwrite( NV_LOG_LEVEL_NAME_PAD( level ), 8, 1, stdout );
Note: See TracChangeset for help on using the changeset viewer.