]> git.tuebingen.mpg.de Git - osl.git/commit
osl.c: Fix assertion in create_table_index().
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 3 Jan 2015 17:03:27 +0000 (17:03 +0000)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Feb 2015 14:08:57 +0000 (15:08 +0100)
commit1cb173045c9bbc707407021860a74a2dbc01af65
tree8cd7882244ebbdd4e6f0aadaa5c4abd79113dac3
parent4c0b329a904aaaf25416f498692d6d7316b4057d
osl.c: Fix assertion in create_table_index().

Classic "=" vs. "==" bug. Since offset is positive, and not used any
more after the assert statement, the line has always been a no-op.

Found by cppcheck.
osl.c