This commit is contained in:
@@ -255,11 +255,11 @@ enum HM_CONDITION_TYPE CCondition::DetectConditionTitle( CString & strTitle, int
|
||||
{
|
||||
if( ! SearchNot( m_arrTextNot, strTitle ) ) // [공시 부정문구]를 찾는다.
|
||||
{
|
||||
if ( SearchAnd( m_arrManual, strTitle ) ) // [뉴스플러스_수동문구]를 찾는다.
|
||||
return HM_CONDITION_TYPE_MANUAL;
|
||||
|
||||
if( SearchAnd( m_arrTextAnd, strTitle ) ) // [공시 긍정문구]를 찾는다.
|
||||
return HM_CONDITION_TYPE_TRUE;
|
||||
|
||||
if ( SearchAnd( m_arrManual, strTitle ) ) // [뉴스플러스_수동문구]를 찾는다.
|
||||
return HM_CONDITION_TYPE_MANUAL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user