Show
Ignore:
Timestamp:
03/12/10 05:29:11 (2 years ago)
Author:
rakshasa
Message:

* Fixed the linux fallocate detection script.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libtorrent/src/protocol/extensions.cc

    r1142 r1143  
    245245    // Ignore malformed messages. 
    246246    // DEBUG: 
    247     throw internal_error("ProtocolExtension::read_done '" + std::string(m_read, std::distance(m_read, m_readPos)) + "'"); 
     247//     throw internal_error("ProtocolExtension::read_done '" + std::string(m_read, std::distance(m_read, m_readPos)) + "'"); 
    248248  } 
    249249