RuleBase.Load(RuleFileString); | RuleBase.Load(RuleFileString); | ||||
} | } | ||||
catch(TokenMatrix::BadAllocation) { // If we can't allocate memory report it. | |||||
catch(TokenMatrix::BadAllocation &) { // If we can't allocate memory report it. | |||||
cerr << "snf2check: " << License << " ERROR_RULE_DATA!" << endl; | cerr << "snf2check: " << License << " ERROR_RULE_DATA!" << endl; | ||||
return ERROR_RULE_DATA; | return ERROR_RULE_DATA; |