Fixed stupid mistake in {WGI_NINO_INPUT_SREEAM}.end_of_input

This commit is contained in:
Jocelyn Fiat
2011-12-15 15:36:47 +01:00
parent 1698a06ea0
commit e16f03b1c2

View File

@@ -77,7 +77,7 @@ feature -- Status report
end_of_input: BOOLEAN
-- Has the end of input stream been reached?
do
Result := source.ready_for_reading
Result := not source.ready_for_reading
end
;note