Ignore:
Timestamp:
05/28/15 10:21:10 (10 years ago)
Author:
epyon
Message:
  • stl/assert.hh, stl/capi.hh, size_t independent
  • GCC 4.8 compatibility
  • using template usage
  • various minor changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md5_loader.cc

    r374 r376  
    2424static void remove_quotes( std::string& str )
    2525{
    26         size_t n;
     26        nv::size_t n;
    2727        while ( ( n = str.find('\"') ) != std::string::npos ) str.erase(n,1);
    2828}
Note: See TracChangeset for help on using the changeset viewer.