STYLE: correction to FatalIOErrorIn message

This commit is contained in:
andy
2010-05-18 14:38:22 +01:00
parent 443a8488ab
commit 0abf9b4529

View File

@ -82,7 +82,7 @@ bool Foam::dictionary::read(Istream& is, const bool keepHeader)
{
if (!is.good())
{
FatalIOErrorIn("dictionary::read(Istream&, bool)", is)
FatalIOErrorIn("dictionary::read(Istream&, const bool)", is)
<< "Istream not OK for reading dictionary "
<< exit(FatalIOError);