From c0ecd6ead13fe841076badd9443f7e16fcd534d9 Mon Sep 17 00:00:00 2001 From: Jean-Samuel Reynaud Date: Tue, 12 Feb 2019 10:47:06 +0100 Subject: [PATCH 2/2] Fix group tag for SVG MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------2.7.4" This is a multi-part message in MIME format. --------------2.7.4 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: 8bit --- common/plotters/SVG_plotter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --------------2.7.4 Content-Type: text/x-patch; name="0002-Fix-group-tag-for-SVG.patch" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="0002-Fix-group-tag-for-SVG.patch" diff --git a/common/plotters/SVG_plotter.cpp b/common/plotters/SVG_plotter.cpp index 2b2dc8d..69139ef 100644 --- a/common/plotters/SVG_plotter.cpp +++ b/common/plotters/SVG_plotter.cpp @@ -292,7 +292,7 @@ void SVG_PLOTTER::StartBlock( void* aData ) { std::string* idstr = reinterpret_cast( aData ); - fputs( "c_str() ); --------------2.7.4--