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
This commit is contained in:
OBS User autobuild
2009-11-27 14:14:24 +00:00
committed by Git OBS Bridge
parent e1aa4d36c4
commit 6576f85c70
5 changed files with 20 additions and 107 deletions

View File

@@ -4,8 +4,8 @@
{
sprintf (page->point, "%.5g%s",
dashbuf[i],
- i < num_dashes - 1 ? " " : "\"");
+ i < num_dashes - 1 ? " " : "\" ");
- i < num_dashes - 1 ? ", " : "\"");
+ i < num_dashes - 1 ? ", " : "\" ");
_update_buffer (page);
}