options: fix -h always being asserted.
commit7da14d137ef89a321fe83bfe16252076ff876482
authorDavid Flynn <davidf@rd.bbc.co.uk>
Thu, 12 Mar 2009 15:42:50 +0000 (12 15:42 +0000)
committerDavid Flynn <davidf@rd.bbc.co.uk>
Thu, 12 Mar 2009 15:42:50 +0000 (12 15:42 +0000)
tree69e62c23c50b5fb163c280cad4ebe59130acb67c
parentf5c34efdc07f283e25d4dd5e6e991a6fa80d0d5c
options: fix -h always being asserted.

using a bool_switch for -h implies a default value, which imples a
value, so calling count("help") is always > 0.
src/schro_decode.cpp
src/schro_recode.cpp