Skip to content

Commit 42cddb7

Browse files
Remove skipping of creating of BLOCK_HEADER in preR13
1 parent 524364b commit 42cddb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/out_json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1743,7 +1743,7 @@ dwg_json_object (Bit_Chain *restrict dat, Dwg_Object *restrict obj)
17431743
case DWG_TYPE_BLOCK_CONTROL:
17441744
return dwg_json_BLOCK_CONTROL (dat, obj);
17451745
case DWG_TYPE_BLOCK_HEADER:
1746-
if (dat->version <= R_12
1746+
if (dat->version <= R_1_4
17471747
&& strEQc (obj->tio.object->tio.BLOCK_HEADER->name, "*MODEL_SPACE"))
17481748
{
17491749
LOG_TRACE ("Skip *MODEL_SPACE\n");

0 commit comments

Comments
 (0)