mirror of
https://github.com/Wind4/vlmcsd.git
synced 2025-05-16 08:04:22 -04:00
vlmcsd-svn818-2016-03-07-Hotbird64
This commit is contained in:
parent
1af203d2a8
commit
1c86f7a6bf
34 changed files with 145 additions and 87 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue