Update read_trailer feature.
This commit is contained in:
@@ -124,6 +124,7 @@ feature {NONE} -- Parser
|
||||
|
||||
read_trailer
|
||||
do
|
||||
if not input.end_of_input then
|
||||
print (" Reading trailer ")
|
||||
from
|
||||
input.read_character
|
||||
@@ -136,6 +137,7 @@ feature {NONE} -- Parser
|
||||
-- read the LF
|
||||
input.read_character
|
||||
end
|
||||
end
|
||||
feature {NONE} -- Access
|
||||
|
||||
input: WGI_INPUT_STREAM
|
||||
|
||||
Reference in New Issue
Block a user