mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0033602: Data Exchange, Step - Carriage return removing
Carriage removing integrated
This commit is contained in:
parent
33a5691ef1
commit
54754bccab
@ -299,7 +299,7 @@ void StepData_StepReaderData::cleanText(const Handle(TCollection_HAsciiString)&
|
||||
}
|
||||
}
|
||||
}
|
||||
if (aChar == '\n')
|
||||
if (aChar == '\n' || aChar == '\r')
|
||||
{
|
||||
aResString.SetValue(aSetCharInd, aResString.ToExtString() + aStringInd);
|
||||
aResStringSize--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user