diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/dxftess-cgal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dxftess-cgal.cc b/src/dxftess-cgal.cc index 506b34a..5ddcfbf 100644 --- a/src/dxftess-cgal.cc +++ b/src/dxftess-cgal.cc @@ -167,7 +167,7 @@ void dxf_tesselate(PolySet *ps, DxfData &dxf, double rot, bool up, bool /* do_tr } if ( duplicate_vertices > 0 ) - PRINTB( "WARNING: duplicate vertices and/or intersecting lines found during DXF Tessellation. Render may be incorrect.", duplicate_vertices ); + PRINT( "WARNING: duplicate vertices and/or intersecting lines found during DXF Tessellation. Render may be incorrect." ); } catch (CGAL::Assertion_exception e) { |