*** Link.cc Sun Mar 29 21:50:42 2009 --- Link.cc_new Tue Jun 30 12:50:46 2009 *************** *** 470,476 **** if (actionObj->isDict()) { if (!actionObj->dictLookup("F", &obj1)->isNull()) { getFileSpecNameForPlatform (&obj1, &obj3); ! fileName = obj3.getString()->copy(); obj3.free(); } else { obj1.free(); --- 470,477 ---- if (actionObj->isDict()) { if (!actionObj->dictLookup("F", &obj1)->isNull()) { getFileSpecNameForPlatform (&obj1, &obj3); ! if( obj3.isString() ) ! fileName = obj3.getString()->copy(); obj3.free(); } else { obj1.free();