Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yk0n9 committed Feb 28, 2023
1 parent 51f49be commit 216540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ impl Object {
100 => {
reading_data = true;
continue;
} // value should be "AcDbXrecord", but it doesn't really matter
} // value should be "AcDbXrecord", some dxf files still need to keep the object read
5 | 105 => (), // these codes aren't allowed here
_ => {
xr.data_pairs.push(pair);
Expand Down

0 comments on commit 216540b

Please sign in to comment.