Accept "yes" or "true" in wsf launcher option boolean values.

Set socket_error when network occurs in `read_to_managed_pointer_noexception`.
This commit is contained in:
2016-10-14 13:10:44 +02:00
parent d4ec640ac8
commit 1161e541fa
3 changed files with 8 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ feature -- Helpers
Result := b
else
s := opt.out
Result := s.is_case_insensitive_equal ("true")
Result := s.is_case_insensitive_equal ("true") or s.is_case_insensitive_equal ("yes")
end
end
end