changeset 27347:1807acfe2150

maint: merge stable to default
author Pantxo Diribarne <pantxo.diribarne@gmail.com>
date Tue, 20 Aug 2019 17:05:23 +0200
parents 1effc78e7cd1 (current diff) 493922902ae9 (diff)
children 237b0bd20658
files scripts/plot/util/print.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/print.m	Tue Aug 20 16:39:48 2019 +0200
+++ b/scripts/plot/util/print.m	Tue Aug 20 17:05:23 2019 +0200
@@ -1116,7 +1116,7 @@
       fontdir = __octave_config_info__ ("octfontsdir");
     endif
 
-    cmd = sprintf ("%s - %%s %3.2f %s %d %%s", opts.svgconvert_binary, ...
+    cmd = sprintf ("%s - %%s %3.2f %s %d \"%%s\"", opts.svgconvert_binary, ...
                    get (0, "screenpixelsperinch"), ...
                    fullfile (fontdir, "FreeSans.otf"), 1);