Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Dec 16, 2024
2 parents 5379b90 + bd749b5 commit 0c2f79b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ private void writeCadDictionaryWithDefault(CadDictionaryWithDefault dictionary)
private void writeDictionary(CadDictionary dictionary)
{
//Common:
//Numitems L number of dictonary items
//Numitems L number of dictionary items
List<NonGraphicalObject> entries = new List<NonGraphicalObject>();
foreach (var item in dictionary)
{
Expand All @@ -170,7 +170,6 @@ private void writeDictionary(CadDictionary dictionary)
entries.Add(item);
}

//16
this._writer.WriteBitLong(entries.Count);

//R14 Only:
Expand Down Expand Up @@ -748,4 +747,4 @@ private void writeXRecord(XRecord xrecord)

}
}
}
}

0 comments on commit 0c2f79b

Please sign in to comment.