fixed implementation of WSF_UPLOADED_FILE.append_content_to_string

This commit is contained in:
2013-05-15 10:48:38 +02:00
parent 899a32c86c
commit b09060315c

View File

@@ -136,8 +136,8 @@ feature -- Conversion
s := f.last_string
if s.is_empty then
done := True
a_target.append (s)
else
a_target.append (s)
done := f.exhausted or f.end_of_file
end
end