diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:36:16 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 13:36:16 +0000 |
commit | 7f65a94fb97b0aa9a6e630a59c256ad1d7ed295f (patch) | |
tree | 39c5cd80552bfafcc226b7390cd1d7bd187c8b34 /encoder.cc | |
parent | Adding upstream version 0.5. (diff) | |
download | lzlib-7f65a94fb97b0aa9a6e630a59c256ad1d7ed295f.tar.xz lzlib-7f65a94fb97b0aa9a6e630a59c256ad1d7ed295f.zip |
Adding upstream version 0.6.upstream/0.6
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'encoder.cc')
-rw-r--r-- | encoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ const Dis_slots dis_slots; const Prob_prices prob_prices; -int Matchfinder::write_data( uint8_t * const in_buffer, const int in_size ) throw() +int Matchfinder::write_data( const uint8_t * const in_buffer, const int in_size ) throw() { if( at_stream_end_ ) return 0; const int size = std::min( buffer_size - stream_pos, in_size ); |