Subversion Repositories filter_foundry

Rev

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

Rev 292 Rev 309
Line 61... Line 61...
61
                                deobfusc(copy);
61
                                deobfusc(copy);
62
                                res = readPARM((Ptr)copy,&gdata->parm,reason,1);
62
                                res = readPARM((Ptr)copy,&gdata->parm,reason,1);
63
                                gdata->obfusc = true;
63
                                gdata->obfusc = true;
64
                                free(copy);
64
                                free(copy);
65
                        } else {
65
                        } else {
66
                                // Obfuscationed PARM has wrong size. Should not happen!
66
                                // Obfuscationed PARM has wrong size. It is probably a file with different RCDATA
67
                                gdata->obfusc = false;
67
                                gdata->obfusc = false;
68
                                return false;
68
                                return false;
69
                        }
69
                        }
70
                }
70
                }
71
        }
71
        }