]> git.tuebingen.mpg.de Git - osl.git/commitdiff
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)
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.


No differences found