You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing LibreCAD/LibreCAD#636 I started to fix this one too, but it turned out to become a bottomless pit.
I haven't checked commit history yet, to see if this happened with some code refactoring or if it is since beginning.
Also have to check if there are any different DXF references, which led to this current status.
From the spreadsheet I have, showing the various variables added and removed in DXF versions, I found several places where variables don't match with version conditions.
And that not only applies to the mentioned condition.
Cppcheck warns that this code leads to a dead end.
libdxfrw/src/drw_header.cpp
Line 604 in a610710
Looks like because of this line
libdxfrw/src/drw_header.cpp
Line 541 in a610710
The text was updated successfully, but these errors were encountered: