Skip to content

Commit

Permalink
remove assertion from seek
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed May 29, 2012
1 parent 7cd69d3 commit 9d08fb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bufferstream.cc
Expand Up @@ -52,7 +52,6 @@ void BufferStream::seek(long offset, TagLib::IOStream::Position p) {
else if (p == TagLib::IOStream::End) {
m_offset = length() + offset;
}
assert(m_offset >= 0);
}

void BufferStream::clear() {
Expand Down

0 comments on commit 9d08fb6

Please sign in to comment.