Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 385 → Rev 384

/trunk/load_win.c
117,13 → 117,6
}
}
 
// Is it a "Filters Unlimited" filter? (Only partially compatible with Filter Factory!!!)
if (!readok) {
if (readfile_picotxt(sfr, reason)) {
readok = gdata->parmloaded = true;
}
}
 
// If nothing worked, we will try to find a PARM resource (MacOS plugin, or NE executable on Win64)
if (!readok) {
if (readfile_8bf(sfr, reason)) {