[tex-live] [tex-k] Bug#266718: dvips font inclusion broken in TeXlive

Akira Kakuto kakuto at fsci.fuk.kindai.ac.jp
Thu May 3 01:48:06 CEST 2007


> We found a bug that *was* fixed in some prior dvips version, but later
> not:
[...]

I'm on Windows and I don't have the wrong behavior
for the Bug#266718.
But please test the following change (I don't know whether it
is related to the problem).

Thanks,
Akira


--- header.c.orig	Fri Dec 08 07:46:14 2006
+++ header.c	Thu May 03 07:10:57 2007
@@ -35,7 +35,7 @@
 int
 add_name P2C(char *, s, struct header_list **, what)
 {
-  add_name_general (s, what, NULL, NULL);
+  return (int) add_name_general (s, what, NULL, NULL);
 }
 
 /*
@@ -122,7 +122,7 @@
 int
 add_header P1C(char *, s)
 {
-  add_header_general (s, NULL, NULL);
+  return (int) add_header_general (s, NULL, NULL);
 }
 
 int


More information about the tex-live mailing list