Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
error with multiple lines
  • Loading branch information
pubpub-zz committed Jan 9, 2023
1 parent 395f588 commit ea2aec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypdf/_cmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def parse_bfrange(
fmt = b"%%0%dX" % (map_dict[-1] * 2)
a = multiline_rg[0] # a, b not in the current line
b = multiline_rg[1]
for sq in lst[1:]:
for sq in lst[0:]:
if sq == b"]":
closure_found = True
break
Expand Down

0 comments on commit ea2aec5

Please sign in to comment.