X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=pdf2swf%2FSWFOutputDev.cc;h=262550c538cf69b7ceef6a843e45fa9c6ad8068d;hb=0534ee54aaf7fc82a1f8b4f565e1e277619173d6;hp=bc0fadf655169298846548ea73542c8f33bd9f11;hpb=ce609b2766561441e5d59f31a48957330eeea932;p=swftools.git diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index bc0fadf..262550c 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -765,7 +765,7 @@ char*writeEmbeddedFontToFile(GfxFont*font) Type1CFontConverter *cvt; Ref embRef; Object refObj, strObj; - tmpFileName = "tmpfont"; + tmpFileName = "/tmp/tmpfont"; font->getEmbeddedFontID(&embRef); f = fopen(tmpFileName, "wb");