Commit 5625031
committed
pdf_io: fix loading of streams
A previous change left the `fullname` variable unconditionally set to
`NULL`, which meant that all attempts to find streams would fail.
The `fullname` variable is however no longer needed, since Tectonic
doesn't have the two step Kpathsea file workflow (find full name +
open), but it suffices to just open the file with `ttstub_input_open`.
See #935.1 parent 5f3abad commit 5625031
1 file changed
Lines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1619 | 1619 | | |
1620 | 1620 | | |
1621 | 1621 | | |
1622 | | - | |
| 1622 | + | |
1623 | 1623 | | |
1624 | 1624 | | |
1625 | 1625 | | |
| |||
1655 | 1655 | | |
1656 | 1656 | | |
1657 | 1657 | | |
1658 | | - | |
1659 | | - | |
1660 | | - | |
1661 | | - | |
1662 | | - | |
1663 | | - | |
1664 | | - | |
1665 | | - | |
| 1658 | + | |
1666 | 1659 | | |
1667 | 1660 | | |
1668 | 1661 | | |
1669 | 1662 | | |
1670 | | - | |
1671 | 1663 | | |
1672 | 1664 | | |
1673 | 1665 | | |
1674 | 1666 | | |
1675 | 1667 | | |
1676 | 1668 | | |
1677 | 1669 | | |
1678 | | - | |
1679 | 1670 | | |
1680 | 1671 | | |
1681 | 1672 | | |
| |||
0 commit comments