Escape greater-than sign

[SVN r30008]
This commit is contained in:
Douglas Gregor 2005-07-12 13:38:03 +00:00
parent 2ac82c4b2d
commit 5a3b7b4d76

View File

@ -48,7 +48,7 @@ namespace boost
if ( leaf.size() > 31 )
{
++m_long_name_errors;
error( library_name, full_path, "filename > 31 chars" );
error( library_name, full_path, "filename > 31 chars" );
}
if ( std::count( leaf.begin(), leaf.end(), '.' ) > 1 )