Do not use put_readable_string_8_noexception, and just update put_string_8_noexception to accept READABLE_STRING_8.

This commit is contained in:
2016-10-13 21:53:12 +02:00
parent 897f64e4fe
commit 8b43cb909a
2 changed files with 3 additions and 3 deletions

View File

@@ -206,7 +206,7 @@ feature -- Output
put_managed_pointer_noexception (socket_buffer, 0, character_8_bytes)
end
put_readable_string_8_noexception (s: READABLE_STRING_8)
put_string_8_noexception (s: READABLE_STRING_8)
-- Write readable string `s' to socket.
-- No exception raised!
local