Better use append rather than copy here.

This commit is contained in:
2013-06-18 15:12:53 +02:00
parent 3723469d52
commit 23ed157a75

View File

@@ -234,7 +234,7 @@ feature -- Access: Input
n: INTEGER
do
if raw_input_data_recorded and then attached raw_input_data as d then
buf.copy (d)
buf.append (d)
else
l_input := input
if is_chunked_input then