Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dxfReaderAscii:readInt64() never reads a 64 bit #70

Open
PaulFocus opened this issue Nov 3, 2022 · 0 comments
Open

dxfReaderAscii:readInt64() never reads a 64 bit #70

PaulFocus opened this issue Nov 3, 2022 · 0 comments

Comments

@PaulFocus
Copy link

PaulFocus commented Nov 3, 2022

The mentioned method seems bugged:

bool dxfReaderAscii::readInt64() {

The member dxfReader::type is set before call to readInt16(), which overwrites dxfReader::type. Therefore enum member INT64 will never be used, thus the member dxfReader::int64 has no use.

EDIT: Are codes 160 to 169, which require reading 64 bit integers, even used or supported by the ASCII DXF format?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant