Skip to content

Commit 89364fb

Browse files
committed
Microsoft reporting service writes trailer dictionary adjacent to the trailer keyword after a space character than an EOL.
1 parent 7c4c103 commit 89364fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CosDoc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ end
378378
function read_trailer(ps::IOStream, lookahead::Int)
379379
chomp_space!(ps)
380380
locate_keyword!(ps,TRAILER,lookahead) < 0 && error(E_UNEXPECTED_CHAR)
381-
chomp_eol!(ps)
381+
chomp_space!(ps)
382382
skipv(ps,LESS_THAN)
383383
skipv(ps,LESS_THAN)
384384

0 commit comments

Comments
 (0)