Subversion Repositories filter_foundry

Rev

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

Rev 254 Rev 256
Line 240... Line 240...
240
                        }
240
                        }
241
                } // else no point in proceeding
241
                } // else no point in proceeding
242
                FSClose(refnum);
242
                FSClose(refnum);
243
        }else
243
        }else
244
                *reason = _strdup("Could not open file.");
244
                *reason = _strdup("Could not open file.");
-
 
245
 
-
 
246
        if (res) gdata->obfusc = false;
245
        return res;
247
        return res;
246
}
248
}
247
 
249
 
248
Boolean readPARM(Ptr p,PARM_T *pparm,char **reasonstr,int fromwin){
250
Boolean readPARM(Ptr p,PARM_T *pparm,char **reasonstr,int fromwin){
249
        int i;
251
        int i;