Code

options: added constant option_table_size
authorMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:39:01 +0000 (10:39 +0200)
committerMax Kellermann <max@duempel.org>
Mon, 22 Sep 2008 08:39:01 +0000 (10:39 +0200)
commita8c896dcc90efbad043d28d18bd4dad1403fcabd
tree3dd1adca3bc8861b169ab0c91de0a76714d70ec7
parent7a2cf03579fc97563a338be183297da1dca4b9f8
options: added constant option_table_size

Instead of checking for the sentinel at the end of the option table,
check the option_table_size constant.
src/options.c