Avoid another indirection.

This commit is contained in:
Berend de Boer
2012-03-19 12:12:48 +13:00
committed by Jocelyn Fiat
parent 876f9e02b7
commit 84a12447db

View File

@@ -109,7 +109,7 @@ feature -- Output operation
put_string (s: READABLE_STRING_8)
-- Send the string `s'
do
write (s)
output.put_string (s)
end
put_substring (s: READABLE_STRING_8; start_index, end_index: INTEGER)