Ignore empty header line.
This commit is contained in:
@@ -180,7 +180,9 @@ feature -- Header: adding
|
|||||||
if line [line.count] = '%R' then
|
if line [line.count] = '%R' then
|
||||||
line.remove_tail (1)
|
line.remove_tail (1)
|
||||||
end
|
end
|
||||||
add_header (line)
|
if not line.is_empty then
|
||||||
|
add_header (line)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user