fixed implementation of WSF_UPLOADED_FILE.append_content_to_string
This commit is contained in:
@@ -136,8 +136,8 @@ feature -- Conversion
|
|||||||
s := f.last_string
|
s := f.last_string
|
||||||
if s.is_empty then
|
if s.is_empty then
|
||||||
done := True
|
done := True
|
||||||
a_target.append (s)
|
|
||||||
else
|
else
|
||||||
|
a_target.append (s)
|
||||||
done := f.exhausted or f.end_of_file
|
done := f.exhausted or f.end_of_file
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user