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 115... Line 115...
115
                }
115
                }
116
        }
116
        }
117
 
117
 
118
        // If nothing worked, we will try to find a PARM resource (MacOS plugin, or NE executable on Win64)
118
        // If nothing worked, we will try to find a PARM resource (MacOS plugin, or NE executable on Win64)
119
        if (!readok) {
119
        if (!readok) {
120
                if (read8bfplugin(sfr, reason)) {
120
                if (readfile_8bf(sfr, reason)) {
121
                        if (gdata->parm.iProtected) {
121
                        if (gdata->parm.iProtected) {
122
                                *reason = _strdup("The filter is protected.");
122
                                *reason = _strdup("The filter is protected.");
123
                                return false; // Stop! We know the issue now.
123
                                return false; // Stop! We know the issue now.
124
                        }
124
                        }
125
                        else {
125
                        else {