diff -r 70c41284cb48 -r caba269c3757 exports.cpp --- a/exports.cpp Thu Aug 31 11:55:33 2006 +0000 +++ b/exports.cpp Thu Aug 31 12:51:20 2006 +0000 @@ -20,7 +20,10 @@ { indentPerDepth=" "; // Create tmpdir - tmpDir.setPath (makeUniqueDir("/tmp/vym-XXXXXX")); + // FIXME not neededtmpDir.setPath (makeUniqueDir("/tmp/vym-XXXXXX")); + if (!tmpDir.cd ("tmp")) + qWarning ("Could not access temporary directory for export"); + // FIXME there's more needed here... } ExportBase::~ExportBase()