aboutsummaryrefslogtreecommitdiff
path: root/externals/extra/pd~/pd~.c
diff options
context:
space:
mode:
Diffstat (limited to 'externals/extra/pd~/pd~.c')
-rw-r--r--externals/extra/pd~/pd~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/extra/pd~/pd~.c b/externals/extra/pd~/pd~.c
index 5fa1adb5..9c9d335e 100644
--- a/externals/extra/pd~/pd~.c
+++ b/externals/extra/pd~/pd~.c
@@ -205,7 +205,7 @@ static void pd_tilde_donew(t_pd_tilde *x, char *pddir, char *schedlibdir,
}
}
snprintf(cmdbuf, MAXPDSTRING,
-"%s -schedlib %s/pdsched -path %s -inchannels %d -outchannels %d -r %g %s\n",
+"'%s' -schedlib '%s'/pdsched -path '%s' -inchannels %d -outchannels %d -r %g %s\n",
pdexecbuf, schedlibdir, patchdir, ninsig, noutsig, samplerate, pdargs);
#if 0
#ifdef PD