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:
committed by
Git OBS Bridge
parent
e1aa4d36c4
commit
6576f85c70
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user