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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user