Subversion Repositories filter_foundry

Rev

Rev 366 | Rev 375 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 366 Rev 373
Line 81... Line 81...
81
                else if( (readok = readfile_ffx(sfr,reason)) ) {
81
                else if( (readok = readfile_ffx(sfr,reason)) ) {
82
                        gdata->parmloaded = true;
82
                        gdata->parmloaded = true;
83
                        gdata->obfusc = false;
83
                        gdata->obfusc = false;
84
               
84
               
85
                } // then try plugin formats (Mac first, then Windows .8bf or .prm DLL)
85
                } // then try plugin formats (Mac first, then Windows .8bf or .prm DLL)
86
                else if( (readok = readmacplugin(sfr,reason) || read8bfplugin(sfr,reason)) ){
86
                else if( (readok = readmacplugin(sfr,reason) || readfile_8bf(sfr,reason)) ){
87
                        if ((gdata->parm.cbSize != PARM_SIZE) && (gdata->parm.cbSize != PARM_SIZE_PREMIERE) && (gdata->parm.cbSize != PARM_SIG_MAC)) {
87
                        if ((gdata->parm.cbSize != PARM_SIZE) && (gdata->parm.cbSize != PARM_SIZE_PREMIERE) && (gdata->parm.cbSize != PARM_SIG_MAC)) {
88
                                *reason = "Incompatible obfuscation.";
88
                                *reason = "Incompatible obfuscation.";
89
                                //gdata->parmloaded = false;
89
                                //gdata->parmloaded = false;
90
                                return false; // Stop! We know the issue now.
90
                                return false; // Stop! We know the issue now.
91
                        }else if(gdata->parm.iProtected){
91
                        }else if(gdata->parm.iProtected){