vlmcsd-svn818-2016-03-07-Hotbird64

This commit is contained in:
Wind4 2016-04-11 12:49:47 +08:00
parent 1af203d2a8
commit 1c86f7a6bf
34 changed files with 145 additions and 87 deletions

View file

@ -345,7 +345,7 @@ __pure BOOL getArgumentBool(int_fast8_t *result, const char *const argument)
{
if (
!strncasecmp(argument, "true", 4) ||
!strncasecmp(argument, "on", 4) ||
!strncasecmp(argument, "on", 2) ||
!strncasecmp(argument, "yes", 3) ||
!strncasecmp(argument, "1", 1)
)