From e221cfd47aa3f3c6800a933385610781ffdf5976 Mon Sep 17 00:00:00 2001 From: tetektoza Date: Sun, 26 Oct 2025 14:29:24 +0100 Subject: [PATCH] Import: Export number of vertices in polylines as int instead of double --- src/Mod/Import/App/dxf/dxf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Import/App/dxf/dxf.h b/src/Mod/Import/App/dxf/dxf.h index 4f6a1f778a..19e43ea209 100644 --- a/src/Mod/Import/App/dxf/dxf.h +++ b/src/Mod/Import/App/dxf/dxf.h @@ -164,7 +164,7 @@ struct SplineDataOut struct LWPolyDataOut { - double nVert; + int nVert; int Flag; double Width; double Elev;