From: cas Date: Wed, 9 Feb 2000 18:45:54 +0000 (+0000) Subject: No comments X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=ecbf08112cd5dc2573e935cccaf9834f83c90b6c;p=occt-wok.git No comments --- diff --git a/src/WOKNT/WOKNT_AdmFile.cxx b/src/WOKNT/WOKNT_AdmFile.cxx index 6c14fae..0e7ab7c 100755 --- a/src/WOKNT/WOKNT_AdmFile.cxx +++ b/src/WOKNT/WOKNT_AdmFile.cxx @@ -47,6 +47,8 @@ Handle( TColStd_HSequenceOfHAsciiString ) WOKNT_AdmFile :: Read () { if ( IsAtEnd () || Failed () ) break; str.LeftAdjust (); + str.RemoveAll ( '\r' ); + str.RemoveAll ( '\n' ); if ( !str.IsEmpty () && str.Value ( 1 ) != TEXT( '#' ) ) {