From: cascade Date: Fri, 13 Feb 2009 18:33:58 +0000 (+0000) Subject: OCC20850 umake command do not work on SunOS10 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=f70835d780b269b0332198b8cacf1aecaa41a36c;p=occt-wok.git OCC20850 umake command do not work on SunOS10 --- diff --git a/src/WOKDFLT/WOKDFLT_DFLTExtract.cxx b/src/WOKDFLT/WOKDFLT_DFLTExtract.cxx index 4b1cf18..5c157b0 100755 --- a/src/WOKDFLT/WOKDFLT_DFLTExtract.cxx +++ b/src/WOKDFLT/WOKDFLT_DFLTExtract.cxx @@ -62,7 +62,7 @@ Handle(WOKBuilder_MSEntity) anent = Handle(WOKBuilder_MSEntity)::DownCast(infile if(anent.IsNull()) { - ErrorMsg << "WOKStep_HeaderExtract::OutOfDateEntities" + ErrorMsg() << "WOKStep_HeaderExtract::OutOfDateEntities" << infile->ID() << " is not a MS Entity" << endm; SetFailed(); return result;