[gs-cvs] gs/src
Igor Melichev
igor at casper.ghostscript.com
Sat Aug 31 18:44:18 PDT 2002
Update of /cvs/ghostscript/gs/src
In directory casper:/tmp/cvs-serv24296/gs/src
Modified Files:
gdevpdfm.c
Log Message:
Fix: Write named COS objects which go out of scope with the
local namespace. Source Forge bug #600243. Patch from
Alex Cherepanov.
Index: gdevpdfm.c
===================================================================
RCS file: /cvs/ghostscript/gs/src/gdevpdfm.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- gdevpdfm.c 16 Jun 2002 22:07:55 -0000 1.25
+++ gdevpdfm.c 1 Sep 2002 01:44:15 -0000 1.26
@@ -1624,6 +1624,7 @@
{
if (count != 0)
return_error(gs_error_rangecheck);
+ cos_dict_objects_write(pdev->local_named_objects, pdev);
return pdf_pop_namespace(pdev);
}
More information about the gs-cvs
mailing list