Preserve for both filters.

This commit is contained in:
Jim Derry 2014-04-27 18:16:13 +08:00
parent f3cc89d234
commit 3bcf49cfde

View file

@ -1039,7 +1039,7 @@ static void messagePos( TidyDocImpl* doc, TidyReportLevel level,
if ( doc->mssgFilt2 )
{
TidyDoc tdoc = tidyImplToDoc( doc );
go = doc->mssgFilt2( tdoc, level, line, col, msg, args_copy );
go = go | doc->mssgFilt2( tdoc, level, line, col, msg, args_copy );
}
}