[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/indexlib
From:       Luís Pedro Coelho <luis () luispedro ! org>
Date:       2005-07-15 21:50:12
Message-ID: 1121464212.272888.23469.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 434973 by luis_pedro:

It was just debug code, but it was non-sensical


 M  +2 -2      bitstream.cpp  


--- trunk/kdesupport/indexlib/bitstream.cpp #434972:434973
@@ -79,13 +79,13 @@
 }
 
 void bitstream::putback( uint16_t ) {
+	assert( cur_ >= 16 );
 	cur_ -= 16;
-	assert( cur_ >= 0 );
 }
 
 void bitstream::putback( uint32_t ) {
+	assert( cur_ >= 32 );
 	cur_ -= 32;
-	assert( cur_ >= 0 );
 }
 
 bool bitstream::getbit() {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic