From: kramm Date: Mon, 27 May 2002 21:43:07 +0000 (+0000) Subject: initialize the xref field. X-Git-Tag: release-0-4-0~78 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=5fc373d518344e738a735a2d0c08fdf8273623e1 initialize the xref field. --- diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 5c21a98..0357f50 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -1527,6 +1527,7 @@ void pdfswf_init(char*filename, char*userPassword) output = new SWFOutputDev(); + output->startDoc(doc->getXRef()); } void pdfswf_drawonlyshapes()