]> git.tuebingen.mpg.de Git - paraslash.git/commit
bitstream: Replace check for impossible condition by assertion.
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Dec 2013 17:16:18 +0000 (17:16 +0000)
committerAndre Noll <maan@systemlinux.org>
Tue, 22 Apr 2014 00:26:43 +0000 (02:26 +0200)
commitc31a963befeea8d9441efc19dd31273260152012
tree76e91f8321497a7a136766cc8fd591bbf65c5bfd
parent336b36768ffc8ec1945ed8dcf235fd2a9462c967
bitstream: Replace check for impossible condition by assertion.

No big deal because behaviour is unchanged (abort). Calling assert()
is a bit shorter and will print a better error message.
bitstream.c