plotutils/plotutils-dasharray-format.patch
OBS User autobuild 6576f85c70 Accepting request 25126 from Publishing
Copy from Publishing/plotutils based on submit request 25126 from user WernerFink

OBS-URL: https://build.opensuse.org/request/show/25126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plotutils?expand=0&rev=8
2009-11-27 14:14:24 +00:00

12 lines
341 B
Diff

--- libplot/s_path.c
+++ libplot/s_path.c 2009-01-08 12:03:26.569330579 +0100
@@ -716,7 +716,7 @@ write_svg_path_style (plOutbuf *page, co
{
sprintf (page->point, "%.5g%s",
dashbuf[i],
- i < num_dashes - 1 ? ", " : "\"");
+ i < num_dashes - 1 ? ", " : "\" ");
_update_buffer (page);
}