diff options
Diffstat (limited to 'app/bin/dxfformat.c')
-rw-r--r-- | app/bin/dxfformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/bin/dxfformat.c b/app/bin/dxfformat.c index 4e1c775..3b79c7e 100644 --- a/app/bin/dxfformat.c +++ b/app/bin/dxfformat.c @@ -308,7 +308,7 @@ DxfPrologue(DynString *result, int layerCount, double x0, double y0, double x1, DynStringCatCStr(result, "\ 0\nSECTION\n\ 2\nHEADER\n\ - 9\n$ACADVER\n 1\nAC1015\n"); + 9\n$ACADVER\n 1\nAC1009\n"); DxfUnits(result); DxfDimensionSize(result, DXF_DIMTEXTSIZE); DxfDimensionSize(result, DXF_DIMARROWSIZE); |