* The Thanh Han writes:
> Hi, I have tested your file with the latest snapshot. Seems to be
> ok on linux, ACR7.
It still fails for me. You removed 2 occurences of save_offset() in
pdftexdir/writet1.c :
@@ -1050,7 +1035,6 @@
static void t1_include(void)
{
- save_offset();
do {
t1_getline();
t1_scan_param();
@@ -1381,7 +1365,6 @@
static void t1_subset_ascii_part(void)
{
int i, j;
- save_offset();
t1_getline();
while (!t1_prefix("/Encoding")) {
t1_scan_param();
@@ -1391,15 +1374,13 @@
If I reinstate them, I get readable pdf files again. The Length1 values
for t1 fonts were wrong.
Fabrice