Subversion Repositories filter_foundry

Rev

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

Rev 376 Rev 385
Line 115... Line 115...
115
                if (readfile_ffx(sfr, reason)) {
115
                if (readfile_ffx(sfr, reason)) {
116
                        readok = gdata->parmloaded = true;
116
                        readok = gdata->parmloaded = true;
117
                }
117
                }
118
        }
118
        }
119
 
119
 
-
 
120
        // Is it a "Filters Unlimited" filter? (Only partially compatible with Filter Factory!!!)
-
 
121
        if (!readok) {
-
 
122
                if (readfile_picotxt(sfr, reason)) {
-
 
123
                        readok = gdata->parmloaded = true;
-
 
124
                }
-
 
125
        }
-
 
126
 
120
        // If nothing worked, we will try to find a PARM resource (MacOS plugin, or NE executable on Win64)
127
        // If nothing worked, we will try to find a PARM resource (MacOS plugin, or NE executable on Win64)
121
        if (!readok) {
128
        if (!readok) {
122
                if (readfile_8bf(sfr, reason)) {
129
                if (readfile_8bf(sfr, reason)) {
123
                        if (gdata->parm.iProtected) {
130
                        if (gdata->parm.iProtected) {
124
                                *reason = _strdup("The filter is protected.");
131
                                *reason = _strdup("The filter is protected.");