From: Andre Noll Date: Sat, 3 Jan 2015 17:03:27 +0000 (+0000) Subject: osl.c: Fix assertion in create_table_index(). X-Git-Tag: v0.1.3~19 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=1cb173045c9bbc707407021860a74a2dbc01af65;hp=1cb173045c9bbc707407021860a74a2dbc01af65;p=osl.git 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. ---