Update read_trailer feature.

This commit is contained in:
jvelilla
2011-12-15 09:18:37 -03:00
parent 0f51925ec1
commit 1423412f31

View File

@@ -124,17 +124,19 @@ feature {NONE} -- Parser
read_trailer read_trailer
do do
print (" Reading trailer ") if not input.end_of_input then
from print (" Reading trailer ")
input.read_character from
until input.read_character
input.last_character.is_equal ('%R') until
loop input.last_character.is_equal ('%R')
print (input.last_character) loop
print (input.last_character)
input.read_character
end
-- read the LF
input.read_character input.read_character
end end
-- read the LF
input.read_character
end end
feature {NONE} -- Access feature {NONE} -- Access