Subversion Repositories filter_foundry

Rev

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

Rev 371 Rev 373
Line 305... Line 305...
305
 
305
 
306
        if (res) gdata->obfusc = false;
306
        if (res) gdata->obfusc = false;
307
        return res;
307
        return res;
308
}
308
}
309
 
309
 
310
Boolean read8bfplugin(StandardFileReply *sfr,char **reason){
310
Boolean readfile_8bf(StandardFileReply *sfr,char **reason){
311
        unsigned char magic[2];
311
        unsigned char magic[2];
312
        FILECOUNT count;
312
        FILECOUNT count;
313
        Handle h;
313
        Handle h;
314
        Boolean res = false;
314
        Boolean res = false;
315
        FILEREF refnum;
315
        FILEREF refnum;