diff --git a/src/StepFile/StepFile_Read.cxx b/src/StepFile/StepFile_Read.cxx index 06068319b2..b2e2a877b7 100644 --- a/src/StepFile/StepFile_Read.cxx +++ b/src/StepFile/StepFile_Read.cxx @@ -80,7 +80,7 @@ static Standard_Integer StepFile_Read (const char* theName, aStreamPtr = &aFileStream; } - if (aStreamPtr->bad()) + if (aStreamPtr->fail()) { return -1; } @@ -166,7 +166,7 @@ static Standard_Integer StepFile_Read (const char* theName, sout << " ... Parameters prepared ...\n"; #ifdef CHRONOMESURE - c.Show(sout) + c.Show(sout); #endif readtool.LoadModel(theStepModel);