Import: Fixed import of some DXF R12 files

This commit is contained in:
Yorik van Havre
2018-12-28 00:12:28 -02:00
parent 5d36da83e0
commit 217e0fef0f

View File

@@ -3180,6 +3180,7 @@ void CDxfRead::DoRead(const bool ignore_errors /* = false */ )
{
get_line();
if (!strcmp( m_str, "SECTION" )){
strcpy(m_section_name, "");
get_line();
get_line();
if (strcmp( m_str, "ENTITIES" ))