-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OcdFileExport: Export objects with undefined symbols
This commit fixes multiple issues with .ocd export. Line and point objects were exported with symbol number 0 while the typical value for such objects is -1. Text object export routines didn't recognize the undefined text symbol and choke on it, failing to export previously imported objects. Closes GH-2012.
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters