Escape greater-than sign
[SVN r30008]
This commit is contained in:
parent
2ac82c4b2d
commit
5a3b7b4d76
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user