> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to