Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 146 → Rev 147

/trunk/load_mac.c
60,7 → 60,7
long count;
Handle h;
Boolean res = false;
short refnum;
FILEREF refnum;
int i;
 
if(!FSpOpenDF(&sfr->sfFile,fsRdPerm,&refnum)){
103,7 → 103,7
// first try to read text parameters (AFS, TXT, PFF)
if( (readok = readfile(sfr,reason)) )
gdata->parmloaded = false;
// then try plugin formats (Mac first, then Windows .8bf DLL)
// then try plugin formats (Mac first, then Windows .8bf or .prm DLL)
else if( (readok = readmacplugin(sfr,reason) || read8bfplugin(sfr,reason)) ){
if(gdata->parm.iProtected){
*reason = "The filter is protected.";